g_file_make_directory_with_parents(): fix a corner case
authorOwen W. Taylor <otaylor@fishsoup.net>
Tue, 14 Aug 2012 15:20:16 +0000 (11:20 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 16 Aug 2012 22:08:05 +0000 (18:08 -0400)
commit5291190f46614c9e1491599af345f9c41c74967e
treeaa8c570e5d0423c2bec37f3be10d55e17eecd66d
parent732470a3594351ffc3d085a755271844c462e9c8
g_file_make_directory_with_parents(): fix a corner case

If g_file_get_parent() unexpectedly failed, we could return
FALSE but with no error.

https://bugzilla.gnome.org/show_bug.cgi?id=680823
gio/gfile.c