Changeset 841 for trunk/dll/rename.c
- Timestamp:
- Sep 23, 2007, 6:27:51 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/dll/rename.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/rename.c
r793 r841 16 16 #define INCL_DOS 17 17 #define INCL_WIN 18 #define INCL_LONGLONG 18 19 19 20 #include <os2.h> … … 76 77 if (mv) { 77 78 78 FILESTATUS3 fs1, fs2;79 FILESTATUS3L fs1, fs2; 79 80 CHAR s[CCHMAXPATH * 2], *p, chkname[CCHMAXPATH]; 80 81 INT sourceexists = 0, targetexists = 0, … … 91 92 if (!MakeFullName(mv->source)) 92 93 WinSetDlgItemText(hwnd, REN_SOURCE, mv->source); 93 if (!DosQueryPathInfo(mv->source, FIL_STANDARD , &fs1, sizeof(fs1))) {94 if (!DosQueryPathInfo(mv->source, FIL_STANDARDL, &fs1, sizeof(fs1))) { 94 95 sprintf(s, 95 96 " %s%lu %ss %04u/%02u/%02u %02u:%02u:%02u", … … 118 119 strcpy(chkname, mv->target); 119 120 } 120 if (!DosQueryPathInfo(chkname, FIL_STANDARD , &fs2, sizeof(fs2))) {121 if (!DosQueryPathInfo(chkname, FIL_STANDARDL, &fs2, sizeof(fs2))) { 121 122 sprintf(s, 122 123 " %s%lu %ss %04u/%02u/%02u %02u:%02u:%02u",
Note:
See TracChangeset
for help on using the changeset viewer.
