Ignore:
Timestamp:
Dec 29, 2011, 5:11:20 PM (14 years ago)
Author:
dmik
Message:

Replace tmpnam() with tempnam().

The former in EMX returns paths relative to the current
directory while it should be relative to %TMP%.

r21928 also does that.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/wrc/utils.h

    r8596 r21929  
    2626void *xrealloc(void *, size_t);
    2727char *xstrdup(const char *str);
     28char *xtempnam(const char *dir, const char *prefix);
    2829#endif
    2930
Note: See TracChangeset for help on using the changeset viewer.