]> www.fi.muni.cz Git - evince.git/commit
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)
commit11dcf8651d69fa30561d027020a46ced6f851575
treedbf69b1e8c64503279eb6f1239f92d3508ccb95d
parent12f7db7941fbc4ceb7cd43c38f662ee32180565b
Replace mkdtemp() with _ev_g_mkdtemp().

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.
libdocument/ev-file-helpers.c