mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-04 10:16:17 +01: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);
|
||||
|
||||
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,
|
||||
|
Loading…
Reference in New Issue
Block a user