gio: remove precondition checks from g_output_stream_printf()
authorMichael Natterer <mitch@gimp.org>
Tue, 26 Nov 2013 22:00:52 +0000 (23:00 +0100)
committerMichael Natterer <mitch@gimp.org>
Tue, 26 Nov 2013 22:00:52 +0000 (23:00 +0100)
commit32cfcc87400af61261ecdac29b38962c1de876f1
treecc1e884449ece8e3fc25606f05dada41510fa749
parentc9cfa7d1d55291503c8adb8a1cca24781e4a8da4
gio: remove precondition checks from g_output_stream_printf()

because we call g_output_stream_vprintf() which does exactly the same
checks.
gio/goutputstream.c