]> Pileus Git - ~andy/gtk/commit
Use g_file_open_tmp() (just added to GLib) instead of mkstemp() (or
authorTor Lillqvist <tml@iki.fi>
Sat, 11 Nov 2000 00:34:47 +0000 (00:34 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Sat, 11 Nov 2000 00:34:47 +0000 (00:34 +0000)
commit4a08e76b2b0d4a42ff3672367a165d92c8cb8786
treeec4b2a79f3287e759acf07a2e42c3c167074b4e0
parent48a1ddbeb1ad233b6a7753cebad3a67a1c3039e3
Use g_file_open_tmp() (just added to GLib) instead of mkstemp() (or

2000-11-11  Tor Lillqvist  <tml@iki.fi>

* io-tiff.c (gdk_pixbuf__tiff_image_begin_load): Use
g_file_open_tmp() (just added to GLib) instead of mkstemp() (or
mktemp() and open()).

* io-xpm.c (gdk_pixbuf__xpm_image_begin_load): Ditto.
gdk-pixbuf/ChangeLog
gdk-pixbuf/io-tiff.c
gdk-pixbuf/io-xpm.c