]> www.fi.muni.cz Git - evince.git/commitdiff
Replace mkdtemp() with _ev_g_mkdtemp().
authorHib Eris <hib@hiberis.nl>
Thu, 10 Dec 2009 15:26:34 +0000 (16:26 +0100)
committerCarlos Garcia Campos <carlosgc@gnome.org>
Sat, 19 Dec 2009 12:06:04 +0000 (13:06 +0100)
The function mkdtemp() is not available on Windows. Unfortunately,
glib does not have a portable replacement for it yet, see
http://bugzilla.gnome.org/show_bug.cgi?id=524831. This patch copies
a proposed implementation for g_mkdtemp() from that bug
report (renamed to _ev_g_mkdtemp()). Fixes bgo#604917.


No differences found