Changeset 730 for trunk/dll/mainwnd.c
- Timestamp:
- Jul 22, 2007, 7:57:09 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/mainwnd.c
r690 r730 328 328 } 329 329 if (pci && (INT) pci != -1) { 330 strcpy(ret, pci-> szFileName);330 strcpy(ret, pci->pszFileName); 331 331 MakeValidDir(ret); 332 332 } … … 4075 4075 MPFROMSHORT(CRA_CURSORED)); 4076 4076 if (pci && (INT) pci != -1) { 4077 strcpy(wa.szCurrentPath1, pci-> szFileName);4077 strcpy(wa.szCurrentPath1, pci->pszFileName); 4078 4078 MakeValidDir(wa.szCurrentPath1); 4079 4079 } … … 4487 4487 MPFROMSHORT(CRA_CURSORED)); 4488 4488 if (pci && (INT) pci != -1) { 4489 strcpy(path, pci-> szFileName);4489 strcpy(path, pci->pszFileName); 4490 4490 MakeValidDir(path); 4491 4491 } … … 4553 4553 MPFROMSHORT(CRA_CURSORED)); 4554 4554 if (pci && (INT) pci != -1 && 4555 (!(driveflags[toupper(*pci-> szFileName) - 'A'] & DRIVE_SLOW)))4555 (!(driveflags[toupper(*pci->pszFileName) - 'A'] & DRIVE_SLOW))) 4556 4556 WinSendMsg(hwnd, 4557 4557 UM_LOADFILE, 4558 MPFROMP(pci-> szFileName),4558 MPFROMP(pci->pszFileName), 4559 4559 (SHORT1FROMMP(mp1) == IDM_AUTOVIEW) ? 4560 4560 MPVOID : MPFROMLONG(1L));
Note:
See TracChangeset
for help on using the changeset viewer.