Changeset 1544 for trunk/dll/systemf.c
- Timestamp:
- Sep 30, 2010, 3:00:59 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/systemf.c
r1533 r1544 252 252 if (!*listfile) { 253 253 FILE *fp; 254 254 CHAR *modew = "w"; 255 255 256 256 strcpy(listfile, pTmpDir ? pTmpDir : pFM2SaveDirectory); 257 257 MakeTempName(listfile, "$FM2LI$T", 2); 258 fp = xfopen(listfile, "w",pszSrcFile,__LINE__);258 fp = xfopen(listfile, modew,pszSrcFile,__LINE__, FALSE); 259 259 if (fp) { 260 260 for (x = 0; list[x]; x++)
Note:
See TracChangeset
for help on using the changeset viewer.