GNOME Bugzilla – Bug 613923
gfile.c: splice_stream_with_progress: wrong error handling
Last modified: 2010-03-26 13:41:41 UTC
Created attachment 157075 [details] fix splice_stream_with_progress error handling I was investigating nautilus bug https://bugzilla.gnome.org/show_bug.cgi?id=342437 and found that glib function in gio/gfile.c splice_stream_with_progress has wrong error handling. In some cases function returns TRUE, while *error != NULL. Little patch will fix it.
Fixed by Matthias with commit 6e77ee0. Good catch thanks!