[MLton-commit] r4583
Stephen Weeks
MLton@mlton.org
Wed, 24 May 2006 15:29:57 -0700
Used a more generic name than "FromSpace" for the temp file.
----------------------------------------------------------------------
U mlton/branches/on-20050822-x86_64-branch/runtime/platform/tempFileDes.mkstemp.c
----------------------------------------------------------------------
Modified: mlton/branches/on-20050822-x86_64-branch/runtime/platform/tempFileDes.mkstemp.c
===================================================================
--- mlton/branches/on-20050822-x86_64-branch/runtime/platform/tempFileDes.mkstemp.c 2006-05-24 22:15:28 UTC (rev 4582)
+++ mlton/branches/on-20050822-x86_64-branch/runtime/platform/tempFileDes.mkstemp.c 2006-05-24 22:29:56 UTC (rev 4583)
@@ -2,7 +2,7 @@
int fd;
char *template;
const char *tmpDir;
- const char *tag = "/FromSpaceXXXXXXXXXX";
+ const char *tag = "/TempFileXXXXXXXXXX";
mode_t m;
tmpDir = getenv ("TMP");