]> git.sur5r.net Git - cc65/commit
Avoid tmpfile().
authorOliver Schmidt <ol.sc@web.de>
Sun, 9 Feb 2014 00:11:11 +0000 (01:11 +0100)
committerOliver Schmidt <ol.sc@web.de>
Sun, 9 Feb 2014 00:11:11 +0000 (01:11 +0100)
commitbec75d9e62122e562931b4e41b164b3003ddaf12
treeadee0ec4de31319f8dff17fbf8aa14e78a46fb06
parent7b6a6d168cf158817985370a7b95078b8b08e612
Avoid tmpfile().

- tmpfile() tries to create files in the C: root dir on Windows where users usually don't have access.
- tmpnam() uses the curent dir which doesn't seem to be a good idea either.
- tempnam(NULL,NULL) is supposed to be cleverer.
14 files changed:
src/ar65.vcxproj
src/ar65/library.c
src/ar65/library.h
src/ca65.vcxproj
src/cc65.vcxproj
src/cl65.vcxproj
src/co65.vcxproj
src/common.vcxproj
src/da65.vcxproj
src/grc65.vcxproj
src/ld65.vcxproj
src/od65.vcxproj
src/sim65.vcxproj
src/sp65.vcxproj