* dbusbind.c (xd_signature): Signature of variant is just "v".
This commit is contained in:
parent
833547aacb
commit
a271e124f4
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2007-12-31 Magnus Henoch <mange@freemail.hu>
|
||||
|
||||
* dbusbind.c (xd_signature): Signature of variant is just "v".
|
||||
|
||||
2007-12-30 Michael Albinus <michael.albinus@gmx.de>
|
||||
|
||||
* dbusbind.c: Fix several errors and compiler warnings. Reported
|
||||
|
|
|
@ -255,7 +255,7 @@ xd_signature(signature, dtype, parent_type, object)
|
|||
wrong_type_argument (intern ("D-Bus"),
|
||||
XCAR (XCDR (XD_NEXT_VALUE (elt))));
|
||||
|
||||
sprintf (signature, "%c%s", dtype, x);
|
||||
sprintf (signature, "%c", dtype);
|
||||
break;
|
||||
|
||||
case DBUS_TYPE_STRUCT:
|
||||
|
|
Loading…
Add table
Reference in a new issue