Bug 566348 - g_file_open_tmp uses the wrong g_mkstemp on win32
authorTor Lillqvist <tml@iki.fi>
Mon, 5 Jan 2009 10:08:00 +0000 (10:08 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Mon, 5 Jan 2009 10:08:00 +0000 (10:08 +0000)
commit48e6a374bce99a96628d34b15a87fdf60e21a8d6
tree5d08e98d3b0a4008ea4fb11980e50f2171a6ab48
parent481559a031db00b32d2ac65277e50eafd9923b05
Bug 566348 - g_file_open_tmp uses the wrong g_mkstemp on win32

2009-01-05  Tor Lillqvist  <tml@iki.fi>

Bug 566348 - g_file_open_tmp uses the wrong g_mkstemp on win32

* glib/gfileutils.c: Move the binary compatibility versions of
g_file_test(), g_file_get_contents(), g_mkstemp() and
g_file_open_tmp() last in the file. Remove the restriction that
the XXXXXX is last in the template in the binary compatibility
version of g_mkstemp(). Thanks to Morten Welinder and Jody
Goldberg.

svn path=/trunk/; revision=7770
ChangeLog
glib/gfileutils.c