#658: Slightly buggy message splitting when sending through server
------------------------+---------------------------------------------------
Reporter: nobody | Owner: dreamforce2
Type: defect | Status: closed
Priority: normal | Milestone:
Component: qt-gui | Version: 1.3.0
Resolution: duplicate | Keywords:
------------------------+---------------------------------------------------
Changes (by erijo):
* status: assigned => closed
* resolution: None => duplicate
Old description:
> [EMAIL PROTECTED]
>
> When message is split into parts the separators (like
> "." or "
> ") are added to the beggining of next part,
> not to the end of the current. So I and up with the
> parts like:
>
> "... The code seems buggy"
> and
> ". That's what I think...".
>
> This gets fixed if I replace
> message.truncate(foundIndex); by
> message.truncate(foundIndex+1); in corresponding places.
>
> Pretty strange though that this bug wasn't submitted
> before. Maybe I'm missing something?..
New description:
[EMAIL PROTECTED]
When message is split into parts the separators (like
"." or "
") are added to the beggining of next part,
not to the end of the current. So I and up with the
parts like:
"... The code seems buggy"
and
". That's what I think...".
This gets fixed if I replace
message.truncate(foundIndex); by
message.truncate(foundIndex+1); in corresponding places.
Pretty strange though that this bug wasn't submitted
before. Maybe I'm missing something?..
Comment:
Duplicate of #815.
--
Ticket URL: <http://trac.licq.org/ticket/658#comment:1>
Licq <http://trac.licq.org/>
Licq - an instant messaging client for UNIX.