* qt/qdbusmarshall.cpp: Fix a problem of demarshalling lists
authorThiago Macieira <thiago@kde.org>
Sun, 7 May 2006 09:36:19 +0000 (09:36 +0000)
committerThiago Macieira <thiago@kde.org>
Sun, 7 May 2006 09:36:19 +0000 (09:36 +0000)
commite2f5ba2280a42978d27113b7ffcadd910c38a363
tree35fd6032f9537105ef64be0045f8615421ef4410
parentb6c9d861058c2b9dec6a4491c37e8ef420704b96
    * 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
qt/qdbusmarshall.cpp