Bug 678332-gio/gconverterinputstream.c: Fix build

Apparently the previous change to this file broke GCC builds, so fix that.
This commit is contained in:
Chun-wei Fan 2012-06-19 16:35:26 +08:00
parent 875854411a
commit 98f201b73b

View File

@ -415,7 +415,7 @@ read_internal (GInputStream *stream,
buffer_read (&priv->converted_buffer, buffer, available);
total_bytes_read = available;
(char *) buffer += available;
buffer = (char *) buffer + available;
count -= available;
/* If there is no data to convert, and no pre-converted data,