(scm_mkstemp): Correction to the correction, mkstemp expects a
authorMarius Vollmer <mvo@zagadka.de>
Fri, 20 Aug 2004 12:25:20 +0000 (12:25 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Fri, 20 Aug 2004 12:25:20 +0000 (12:25 +0000)
commit892065da6cd4ea56a6c946e6f0c064cd7e4fbd86
treebe32c9c28f3063d7f5d8f7db71d1f86f724b31a6
parenta54264f04e60ea4b8b0037c6537ee59572b012ad
(scm_mkstemp): Correction to the correction, mkstemp expects a
null-terminated string in the locale encoding, but
scm_i_string_writable_chars doesn't give that.  Fixed by letting
mkstemp modify a locale version of the tmpl argument and copying the
result back into tmpl.
libguile/posix.c