From a513066ba9c050bec915e0b950ae25babc458998 Mon Sep 17 00:00:00 2001 From: Miloslav Trmac Date: Sat, 28 Jun 2003 23:03:26 +0000 Subject: 2003-06-29 Miloslav Trmac * dbus/dbus-marshal.c (_dbus_marshal_set_int64) (_dbus_marshal_set_uint64): Fix comment. --- ChangeLog | 3 +++ dbus/dbus-marshal.c | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 068bc201..dc18ab67 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2003-06-29 Miloslav Trmac + * dbus/dbus-marshal.c (_dbus_marshal_set_int64) + (_dbus_marshal_set_uint64): Fix comment. + * dbus/dbus-message.c (append_int_field, append_uint_field): Don't hardcode FIELD_REPLY_SERIAL. diff --git a/dbus/dbus-marshal.c b/dbus/dbus-marshal.c index ad15ae21..5d7290e3 100644 --- a/dbus/dbus-marshal.c +++ b/dbus/dbus-marshal.c @@ -342,7 +342,7 @@ _dbus_marshal_set_uint32 (DBusString *str, #ifdef DBUS_HAVE_INT64 /** - * Sets the 4 bytes at the given offset to a marshaled signed integer, + * Sets the 8 bytes at the given offset to a marshaled signed integer, * replacing anything found there previously. * * @param str the string to write the marshalled int to @@ -363,7 +363,7 @@ _dbus_marshal_set_int64 (DBusString *str, } /** - * Sets the 4 bytes at the given offset to a marshaled unsigned + * Sets the 8 bytes at the given offset to a marshaled unsigned * integer, replacing anything found there previously. * * @param str the string to write the marshalled int to -- cgit