diff options
author | Dan Winship <danw@src.gnome.org> | 2000-05-12 05:54:50 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-05-12 05:54:50 +0800 |
commit | 2ea807ebc553b3e1c7f5175419893f509813236d (patch) | |
tree | d0f2d84237c8ee15c29df0138b437d08cc2dcb6e /camel/ChangeLog | |
parent | dd6468c299863d7c77655ad0ab92171835838924 (diff) | |
download | gsoc2013-evolution-2ea807ebc553b3e1c7f5175419893f509813236d.tar gsoc2013-evolution-2ea807ebc553b3e1c7f5175419893f509813236d.tar.gz gsoc2013-evolution-2ea807ebc553b3e1c7f5175419893f509813236d.tar.bz2 gsoc2013-evolution-2ea807ebc553b3e1c7f5175419893f509813236d.tar.lz gsoc2013-evolution-2ea807ebc553b3e1c7f5175419893f509813236d.tar.xz gsoc2013-evolution-2ea807ebc553b3e1c7f5175419893f509813236d.tar.zst gsoc2013-evolution-2ea807ebc553b3e1c7f5175419893f509813236d.zip |
Change to match prototype (size_t vs unsigned int) so it works on 64-bit
* camel-stream-mem.c (camel_stream_mem_new_with_buffer): Change
to match prototype (size_t vs unsigned int) so it works on 64-bit
machines. Noted by msw.
svn path=/trunk/; revision=2998
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 1d73c7d4e4..4f82cec216 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,9 @@ +2000-05-11 Dan Winship <danw@helixcode.com> + + * camel-stream-mem.c (camel_stream_mem_new_with_buffer): Change + to match prototype (size_t vs unsigned int) so it works on 64-bit + machines. Noted by msw. + 2000-05-11 NotZed <NotZed@HelixCode.com> * providers/mbox/camel-mbox-folder.c (message_changed): Indicate |