From e2f5ba2280a42978d27113b7ffcadd910c38a363 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Sun, 7 May 2006 09:36:19 +0000 Subject: * 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. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1deae9d0..a0a485f0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2006-05-07 Thiago Macieira + + * 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 * qt/qdbusmessage.cpp: -- cgit