]> code.delx.au - gnu-emacs/blobdiff - src/dbusbind.c
Clarify documentation of multibyte-string-p.
[gnu-emacs] / src / dbusbind.c
index da8bbb1e5d7c842d9910c2d9824e101e4e8804ab..3ec3c28431beedc19efd0d2af14401b7b1f20738 100644 (file)
@@ -1,5 +1,5 @@
 /* Elisp bindings for D-Bus.
-   Copyright (C) 2007-2012 Free Software Foundation, Inc.
+   Copyright (C) 2007-2013 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -882,7 +882,7 @@ xd_retrieve_arg (int dtype, DBusMessageIter *iter)
 #endif
       {
        dbus_uint32_t val;
-       unsigned int pval = val;
+       unsigned int pval;
        dbus_message_iter_get_basic (iter, &val);
        pval = val;
        XD_DEBUG_MESSAGE ("%c %u", dtype, pval);