]> git.ipfire.org Git - thirdparty/cups.git/commit
Workaround for tempfiles on OS X 10.4 229/head
authorEvan Miller <emmiller@gmail.com>
Mon, 30 Aug 2021 13:35:19 +0000 (09:35 -0400)
committerEvan Miller <emmiller@gmail.com>
Mon, 30 Aug 2021 18:14:52 +0000 (14:14 -0400)
commit384329c1ef74576f1657b34e1e26180dcc9fa65e
tree486656299b1bbf8ed9b19b12f4aeda1820e03f48
parent20f681de54a1f2dc13d6d0270f4c99110fa940e7
Workaround for tempfiles on OS X 10.4

_CS_DARWIN_USER_TEMP_DIR was introduced in the 10.5 SDK. Fall back to
/private/tmp on earlier OS versions.
cups/ppd-util.c
cups/tempfile.c