Changeset 1104 for trunk/dll/walkem.c
- Timestamp:
- Aug 2, 2008, 10:33:03 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/dll/walkem.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/walkem.c
r1082 r1104 357 357 fUdirsChanged = FALSE; 358 358 BldFullPathName(s, pFM2SaveDirectory, "USERDIRS.DAT"); 359 /*save_dir2(s);360 if (s[strlen(s) - 1] != '\\')361 strcat(s, "\\");362 strcat(s, "USERDIRS.DAT");*/363 359 fp = _fsopen(s, "r", SH_DENYWR); 364 360 if (fp) { … … 407 403 if (udirhead) { 408 404 BldFullPathName(s, pFM2SaveDirectory, "USERDIRS.DAT"); 409 /*save_dir2(s);410 if (s[strlen(s) - 1] != '\\')411 strcat(s, "\\");412 strcat(s, "USERDIRS.DAT");*/413 405 fp = xfopen(s, "w", pszSrcFile, __LINE__); 414 406 if (fp) { … … 773 765 wa->nounwriteable = TRUE; 774 766 if (!*wa->szReturnPath) 775 s ave_dir2(wa->szCurrentPath);767 strcpy(wa->szCurrentPath, pFM2SaveDirectory); 776 768 else { 777 769 strcpy(wa->szCurrentPath, wa->szReturnPath); … … 1397 1389 } 1398 1390 if (!*wa->szCurrentPath1) 1399 s ave_dir2(wa->szCurrentPath1);1391 strcpy(wa->szCurrentPath1, pFM2SaveDirectory); 1400 1392 MakeFullName(wa->szCurrentPath1); 1401 1393 if (!*wa->szCurrentPath2) 1402 s ave_dir2(wa->szCurrentPath2);1394 strcpy(wa->szCurrentPath2, pFM2SaveDirectory); 1403 1395 MakeFullName(wa->szCurrentPath2); 1404 1396 WinSendDlgItemMsg(hwnd,
Note:
See TracChangeset
for help on using the changeset viewer.
