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:
Manish Singh
2003-08-31 18:43:48 +00:00
committed by Manish Singh
parent dad14a3a4f
commit 4f305ef565
2 changed files with 6 additions and 1 deletions

View File

@ -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,

View File

@ -571,7 +571,7 @@ io_handler (GIOChannel *io,
{
HtmlStream *stream;
gchar buffer[8192];
guint bytes;
gsize bytes;
stream = (HtmlStream *) data;