Use correct offset for buffer data in GConverterOutputStream
authorJürg Billeter <j@bitron.ch>
Fri, 28 May 2010 09:00:37 +0000 (11:00 +0200)
committerAlexander Larsson <alexl@redhat.com>
Fri, 11 Jun 2010 07:55:31 +0000 (09:55 +0200)
commit6858ab20330ec31322dacbbdfaf66838fdcbfb78
tree2299c201f54a57afd5ad4735ee072462c2b54582
parent86592d675ff8f1bf0f647fe926ea6085e7b1f2bc
Use correct offset for buffer data in GConverterOutputStream

Otherwise we overwrite already converted data in the case that more
than one call to g_converter_convert is necessary in write() or
flush().

https://bugzilla.gnome.org/show_bug.cgi?id=619945
gio/gconverteroutputstream.c