diff options
Diffstat (limited to 'src/dbusbind.c')
| -rw-r--r-- | src/dbusbind.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dbusbind.c b/src/dbusbind.c index 72cef0cbc86..e930ad16fe1 100644 --- a/src/dbusbind.c +++ b/src/dbusbind.c | |||
| @@ -528,7 +528,7 @@ xd_append_arg (unsigned int dtype, Lisp_Object object, DBusMessageIter *iter) | |||
| 528 | } | 528 | } |
| 529 | 529 | ||
| 530 | case DBUS_TYPE_INT64: | 530 | case DBUS_TYPE_INT64: |
| 531 | CHECK_TYPE_RANGED_INTEGER (dbus_int64_t, object); | 531 | CHECK_NUMBER (object); |
| 532 | { | 532 | { |
| 533 | dbus_int64_t val = XINT (object); | 533 | dbus_int64_t val = XINT (object); |
| 534 | XD_DEBUG_MESSAGE ("%c %d", dtype, (int) val); | 534 | XD_DEBUG_MESSAGE ("%c %d", dtype, (int) val); |