Changeset 847 for trunk/dll/eas.c
- Timestamp:
- Sep 29, 2007, 8:45:16 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/eas.c
r844 r847 1186 1186 1187 1187 HOLDFEA *head = NULL, *info, *last = NULL; 1188 FILESTATUS4 Lfsa4;1188 FILESTATUS4 fsa4; 1189 1189 HFILE handle; 1190 1190 ULONG action; … … 1201 1201 if (ishandle) 1202 1202 handle = *(HFILE *) filename; 1203 if (!DosQueryFileInfo(handle, FIL_QUERYEASIZE L, (PVOID)&fsa4,1203 if (!DosQueryFileInfo(handle, FIL_QUERYEASIZE, (PVOID)&fsa4, 1204 1204 (ULONG) sizeof(fsa4)) && 1205 1205 fsa4.cbList > 4) … … 1291 1291 //03 AUG 07 GKY This isn't an error it is for processing Readonly files 1292 1292 /* try it without opening it */ 1293 if (!DosQueryPathInfo(filename, FIL_QUERYEASIZE L, (PVOID) & fsa4,1293 if (!DosQueryPathInfo(filename, FIL_QUERYEASIZE, (PVOID) & fsa4, 1294 1294 (ULONG) sizeof(fsa4)) && 1295 1295 fsa4.cbList > 4)
Note:
See TracChangeset
for help on using the changeset viewer.