dbus ChangeLog,1.1015,1.1016

Thiago J. Macieira thiago at kemper.freedesktop.org
Sun May 7 02:36:21 PDT 2006


Update of /cvs/dbus/dbus
In directory kemper:/tmp/cvs-serv24941

Modified Files:
	ChangeLog 
Log Message:
        * qt/qdbusmarshall.cpp: Fix a problem of demarshalling lists
        and arrays when they had a single element: has_next returns
        false, even before you read the element. So, instead, check
        the array length.


Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.1015
retrieving revision 1.1016
diff -u -d -r1.1015 -r1.1016
--- ChangeLog	6 May 2006 10:37:59 -0000	1.1015
+++ ChangeLog	7 May 2006 09:36:19 -0000	1.1016
@@ -1,3 +1,10 @@
+2006-05-07  Thiago Macieira  <thiago.macieira at trolltech.com>
+
+	* qt/qdbusmarshall.cpp: Fix a problem of demarshalling lists
+        and arrays when they had a single element: has_next returns
+        false, even before you read the element. So, instead, check
+        the array length.
+
 2006-05-06  Thiago Macieira  <thiago.macieira at trolltech.com>
 
 	* qt/qdbusmessage.cpp:



More information about the dbus-commit mailing list