Fix regression when TMPDIR/TMP are unset
authorColin Walters <walters@verbum.org>
Wed, 22 Aug 2012 18:48:41 +0000 (14:48 -0400)
committerColin Walters <walters@verbum.org>
Wed, 22 Aug 2012 18:48:41 +0000 (14:48 -0400)
commit0b6fdff05cc10f5e639a39dd4b79e01a025ad2d5
tree5d6f617ba3b5a4e6062d7462dad60197636fd5a8
parentad20e074c4aa6492c5334870515f48c3a23e051c
Fix regression when TMPDIR/TMP are unset

We should just be returning /tmp as a default, not calling g_getenv
("/tmp") which makes no sense.

https://bugzilla.gnome.org/show_bug.cgi?id=672329
glib/gutils.c