Changeset 1544 for trunk/dll/instant.c
- Timestamp:
- Sep 30, 2010, 3:00:59 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/instant.c
r1480 r1544 100 100 IPT iptOffset = 0L; 101 101 LONG len, tlen, mem; 102 CHAR *rexx = ""; 102 CHAR *rexx = ""; 103 CHAR *modew = "w"; 103 104 104 105 mem = MLEgetlen(hwndMLE); … … 137 138 (path[strlen(path) - 1] == '\\') ? NullStr : PCSZ_BACKSLASH, 138 139 batches++); 139 fp = fopen(s, "w");140 if (!fp)141 142 else{140 fp = xfopen(s, modew, pszSrcFile, __LINE__, FALSE); 141 //if (!fp) 142 // Runtime_Error(pszSrcFile, __LINE__, "fopen"); 143 if (fp) { 143 144 if (!strncmp(bat, "/*", 2)) { 144 145 rexx = "'";
Note:
See TracChangeset
for help on using the changeset viewer.