Changeset 1104 for trunk/dll/init.c
- Timestamp:
- Aug 2, 2008, 10:33:03 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/init.c
r1089 r1104 521 521 strcpy(s, pTmpDir); 522 522 else 523 s ave_dir2(s);523 strcpy(s, pFM2SaveDirectory); 524 524 if (s[strlen(s) - 1] != '\\') 525 525 strcat(s, "\\"); … … 756 756 757 757 DosError(FERR_DISABLEHARDERR); 758 s ave_dir2(HomePath);758 strcpy(HomePath, pFM2SaveDirectory); 759 759 DosError(FERR_DISABLEHARDERR); 760 760 memset(driveserial, -1, sizeof(driveserial));
Note:
See TracChangeset
for help on using the changeset viewer.