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 ec3707d18f3..fe922d5429b 100644
--- a/src/dbusbind.c
+++ b/src/dbusbind.c
@@ -1419,7 +1419,7 @@ usage: (dbus-message-internal &rest REST) */)
1419 for (; count < nargs; ++count) 1419 for (; count < nargs; ++count)
1420 { 1420 {
1421 dtype = XD_OBJECT_TO_DBUS_TYPE (args[count]); 1421 dtype = XD_OBJECT_TO_DBUS_TYPE (args[count]);
1422 if (XD_DBUS_TYPE_P (args[count])) 1422 if (count + 1 < nargs && XD_DBUS_TYPE_P (args[count]))
1423 { 1423 {
1424 XD_DEBUG_VALID_LISP_OBJECT_P (args[count]); 1424 XD_DEBUG_VALID_LISP_OBJECT_P (args[count]);
1425 XD_DEBUG_VALID_LISP_OBJECT_P (args[count+1]); 1425 XD_DEBUG_VALID_LISP_OBJECT_P (args[count+1]);