Changeset 827 for trunk/dll/attribs.c
- Timestamp:
- Sep 2, 2007, 8:32:14 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/dll/attribs.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/attribs.c
r826 r827 11 11 14 Jul 06 SHL Use Runtime_Error 12 12 20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat 13 01 Sep 07 GKY AddxDosSetPathInfo to fix case where FS3 buffer crosses 64k boundry13 01 Sep 07 GKY Use xDosSetPathInfo to fix case where FS3 buffer crosses 64k boundry 14 14 15 15 ***********************************************************************/ … … 378 378 else if (state == 1) 379 379 fi.attrFile |= FILE_ARCHIVED; 380 xDosSetPathInfo(li->list[x], FIL_STANDARD, (PVOID) & fi, 381 (ULONG) sizeof(FILESTATUS3), 0L); 380 xDosSetPathInfo(li->list[x], FIL_STANDARD, &fi, sizeof(fi), 0); 382 381 } 383 382 WinDismissDlg(hwnd, 1);
Note:
See TracChangeset
for help on using the changeset viewer.
