From: Steinar H. Gunderson Date: Thu, 24 Apr 2014 22:51:13 +0000 (+0200) Subject: Fix O_TMPFILE usage. X-Git-Tag: 1.1.0~11 X-Git-Url: https://git.sesse.net/?p=cubemap;a=commitdiff_plain;h=a62559752c638a722ec42c707d8d36fa6ff71035;hp=a62559752c638a722ec42c707d8d36fa6ff71035 Fix O_TMPFILE usage. Seemingly open() needs to take a pathname only, not a full filename. This made us _always_ go into the mkstemp() path, which was of course not the intention. ---