g_io_channel_read_chars takes a gsize.
2003-08-31 Manish Singh <yosh@gimp.org> * plug-ins/helpbrowser/dialog.c (io_handler): g_io_channel_read_chars takes a gsize.
This commit is contained in:

committed by
Manish Singh

parent
dad14a3a4f
commit
4f305ef565
@ -1,3 +1,8 @@
|
||||
2003-08-31 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* plug-ins/helpbrowser/dialog.c (io_handler): g_io_channel_read_chars
|
||||
takes a gsize.
|
||||
|
||||
2003-08-31 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* app/core/gimpimage-undo-push.c (undo_pop_layer): gsize is unsigned,
|
||||
|
@ -571,7 +571,7 @@ io_handler (GIOChannel *io,
|
||||
{
|
||||
HtmlStream *stream;
|
||||
gchar buffer[8192];
|
||||
guint bytes;
|
||||
gsize bytes;
|
||||
|
||||
stream = (HtmlStream *) data;
|
||||
|
||||
|
Reference in New Issue
Block a user