[PATCH] DCOP marshalling fixes

George Staikos staikos at kde.org
Fri Dec 19 10:49:17 GMT 2003


   GCC told me that marshall.cpp was not handling Q_UNIT64 correctly.  The 
sprintf sequence was %ld but I think it should be %llu.  In addition, we had 
uint using %d instead of %u.  This patch fixes this, and also changes the 
code to use setNum() instead of sprintf() where possible.  I have not tested 
this code yet, and I don't see a robust test suite for this code.  Ok to 
commit?

-- 
George Staikos
KDE Developer				http://www.kde.org/
Staikos Computing Services Inc.		http://www.staikos.net/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: marshall.patch
Type: text/x-diff
Size: 1301 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20031219/dfd96fbe/attachment.patch>


More information about the kde-core-devel mailing list