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

List:       kde-commits
Subject:    KDE/kdelibs/khtml/html
From:       Albert Astals Cid <tsdgeos () terra ! es>
Date:       2008-06-21 21:27:58
Message-ID: 1214083678.356633.29586.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 822887 by aacid:

if you want to add a qbytearray to another one there's no need to convert it to char *


 M  +1 -1      html_formimpl.cpp  


--- trunk/KDE/kdelibs/khtml/html/html_formimpl.cpp #822886:822887
@@ -305,7 +305,7 @@
                 else
                 {
                     QByteArray hstr("--");
-                    hstr += m_boundary.toLatin1().constData();
+                    hstr += m_boundary.toLatin1();
                     hstr += "\r\n";
                     hstr += "Content-Disposition: form-data; name=\"";
                     hstr += (*it).data();
[prev in list] [next in list] [prev in thread] [next in thread] 

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