diff options
author | Miloslav Trmac <mitr@volny.cz> | 2003-06-28 23:00:58 +0000 |
---|---|---|
committer | Miloslav Trmac <mitr@volny.cz> | 2003-06-28 23:00:58 +0000 |
commit | f1475d8541e9af72718a955119b3ee366c02f3c4 (patch) | |
tree | 43a7c183e9c7df0d1a15c0e1593493fd0a56cb22 /ChangeLog | |
parent | 9e15a4f969e53a0fc3775fefeba7ac5ed7b5d0e6 (diff) |
2003-06-29 Miloslav Trmac <mitr@volny.cz>
* dbus/dbus-message.c (append_int_field, append_uint_field): Don't
hardcode FIELD_REPLY_SERIAL.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2003-06-29 Miloslav Trmac <mitr@volny.cz> + * dbus/dbus-message.c (append_int_field, append_uint_field): Don't + hardcode FIELD_REPLY_SERIAL. + * dbus/dbus-mainloop.c (_dbus_loop_remove_watch) (_dbus_loop_remove_timeout): Cast function pointers to (void *) for %p |