mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-23 15:49:16 +02:00
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:
parent
875854411a
commit
98f201b73b
@ -415,7 +415,7 @@ read_internal (GInputStream *stream,
|
|||||||
buffer_read (&priv->converted_buffer, buffer, available);
|
buffer_read (&priv->converted_buffer, buffer, available);
|
||||||
|
|
||||||
total_bytes_read = available;
|
total_bytes_read = available;
|
||||||
(char *) buffer += available;
|
buffer = (char *) buffer + available;
|
||||||
count -= available;
|
count -= available;
|
||||||
|
|
||||||
/* If there is no data to convert, and no pre-converted data,
|
/* If there is no data to convert, and no pre-converted data,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user