|
Check-in Number:
|
3392 | |
| Date: |
2003-May-27 17:02:56 (local)
2003-May-27 15:02:56 (UTC) |
| User: | ms |
| Branch: | |
| Comment: |
Fix mktemp(3) bug, causing ignorance of user suggested temp file path. |
| Tickets: |
|
| Inspections: |
|
| Files: |
|
ossp-pkg/rc/rc_const.h 1.17 -> 1.18
--- rc_const.h 2003/05/26 08:36:40 1.17
+++ rc_const.h 2003/05/27 15:02:56 1.18
@@ -133,7 +133,7 @@
#define RC_DEF_PRI 200 /* Section priority value */
/* Handling temporary and output during evaluation mode */
-#define RC_EVL_TMP "rc.XXXX" /* Temporary file template */
+#define RC_EVL_TMP "rc.XXXXXX" /* Temporary file template */
#define RC_EVL_SUF ".tmp" /* Temporary file suffix */
#define RC_EVL_OUT ". %s; rm -f %s 2>/dev/null || true\n" /* Command line output */
|
|