[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE_3_3_BRANCH: kdepim/kmail
From:       David Faure <faure () kde ! org>
Date:       2004-11-18 22:48:03
Message-ID: 20041118224803.539A716DDB () office ! kde ! org
[Download RAW message or body]

CVS commit by faure: 

Fixed QGArray runtime warning in KMMsgBase::decodeRFC2047String(), due to concatenating a null cstring
(gdb) printqcstring aSubject
$11 = 0x89f1488 "[Bug 81078] New: Inserting email address via DnD does not decode\n=?...?= encoding"


  M +2 -1      kmmsgbase.cpp   1.181.2.3


--- kdepim/kmail/kmmsgbase.cpp  #1.181.2.2:1.181.2.3
@@ -720,4 +720,5 @@ QString KMMsgBase::decodeRFC2047String(c
     // invalid encoding, keep separating LWSP.
     pos = beg;
+    if ( !LWSP_buffer.isNull() )
     result += LWSP_buffer;
     result += "=?";


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic