aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dbusbind.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dbusbind.c b/src/dbusbind.c
index 9bc344e9612..403fc598c09 100644
--- a/src/dbusbind.c
+++ b/src/dbusbind.c
@@ -1423,7 +1423,7 @@ usage: (dbus-message-internal &rest REST) */)
1423 for (; count < nargs; ++count) 1423 for (; count < nargs; ++count)
1424 { 1424 {
1425 dtype = XD_OBJECT_TO_DBUS_TYPE (args[count]); 1425 dtype = XD_OBJECT_TO_DBUS_TYPE (args[count]);
1426 if (XD_DBUS_TYPE_P (args[count])) 1426 if (count + 1 < nargs && XD_DBUS_TYPE_P (args[count]))
1427 { 1427 {
1428 XD_DEBUG_VALID_LISP_OBJECT_P (args[count]); 1428 XD_DEBUG_VALID_LISP_OBJECT_P (args[count]);
1429 XD_DEBUG_VALID_LISP_OBJECT_P (args[count+1]); 1429 XD_DEBUG_VALID_LISP_OBJECT_P (args[count+1]);