Changeset 1104 for trunk/dll/mainwnd.c
- Timestamp:
- Aug 2, 2008, 10:33:03 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/mainwnd.c
r1077 r1104 64 64 12 Jul 08 JBS Ticket 246: Allow saved directory container states to have no directory containers 65 65 (i.e. just a directory tree container). 66 18 Jul 08 SHL Use new Fortify feature to avoid spurious reports 66 18 Jul 08 SHL Use new Fortify feature to avoid spurious reports 67 19 Jul 08 GKY Replace save_dir2(dir) with pFM2SaveDirectory 67 68 68 69 ***********************************************************************/ … … 356 357 } 357 358 else 358 s ave_dir2(ret);359 strcpy(ret, pFM2SaveDirectory); 359 360 } 360 361 } … … 4548 4549 } 4549 4550 else 4550 s ave_dir2(wa.szCurrentPath1);4551 strcpy(wa.szCurrentPath1, pFM2SaveDirectory); 4551 4552 TopWindowName(hwndMain, (HWND) 0, wa.szCurrentPath2); 4552 4553 if (!*wa.szCurrentPath2) … … 5024 5025 } 5025 5026 else 5026 s ave_dir2(path);5027 strcpy(path, pFM2SaveDirectory); 5027 5028 WinDlgBox(HWND_DESKTOP, hwnd, InstantDlgProc, FM3ModHandle, 5028 5029 BAT_FRAME, MPFROMP(path)); … … 6233 6234 !WinSendMsg(WinQueryWindow(LastDir, QW_PARENT), 6234 6235 UM_CONTAINERDIR, MPFROMP(path), MPVOID)) 6235 s ave_dir2(path);6236 strcpy(path, pFM2SaveDirectory); 6236 6237 if (!PMMkDir(hwnd, path, TRUE)) { 6237 6238 WinSetWindowText(hwndUL, GetPString(IDS_COMMONDIRTEXT));
Note:
See TracChangeset
for help on using the changeset viewer.