Changeset 1347 for trunk/dll/eas.c
- Timestamp:
- Dec 20, 2008, 5:22:16 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/eas.c
r1222 r1347 7 7 8 8 Copyright (c) 1993-98 M. Kimes 9 Copyright (c) 2004, 200 6Steven H. Levine9 Copyright (c) 2004, 2008 Steven H. Levine 10 10 11 11 01 Aug 04 SHL Rework lstrip/rstrip usage … … 1306 1306 } 1307 1307 else { 1308 //Runtime_Error(pszSrcFile, __LINE__, "why here", filename);1309 //03 AUG 07 GKY This isn't an error it is for processing Readonly files1310 1308 /* try it without opening it */ 1311 1309 if (!DosQueryPathInfo(filename, FIL_QUERYEASIZE, (PVOID) & fsa4, … … 1347 1345 info = xmalloc(sizeof(HOLDFEA), pszSrcFile, __LINE__); 1348 1346 if (info) { 1349 // 29 Nov 07 GKY One short (EA search crash)1347 // 29 Nov 07 GKY One short (EA search crash) 1350 1348 info->pfea = 1351 1349 xmalloc(eaop.fpFEA2List->cbList - sizeof(ULONG) + 1,
Note:
See TracChangeset
for help on using the changeset viewer.