Changeset 1554 for trunk/dll/systemf.c
- Timestamp:
- Nov 21, 2010, 12:35:35 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/systemf.c
r1544 r1554 35 35 17 JAN 10 GKY Add ENVIRONMENT_SIZE vaiable to replace multiple (often different hard coded sizes) set to 2048 36 36 (the largest value I found). 37 20 Nov 10 GKY Check that pTmpDir IsValid and recreate if not found; Fixes hangs caused 38 by temp file creation failures. 37 39 38 40 ***********************************************************************/ … … 254 256 CHAR *modew = "w"; 255 257 258 if (pTmpDir && !IsValidDir(pTmpDir)) 259 DosCreateDir(pTmpDir, 0); 256 260 strcpy(listfile, pTmpDir ? pTmpDir : pFM2SaveDirectory); 257 261 MakeTempName(listfile, "$FM2LI$T", 2);
Note:
See TracChangeset
for help on using the changeset viewer.