Changeset 1104 for trunk/dll/init.c


Ignore:
Timestamp:
Aug 2, 2008, 10:33:03 PM (17 years ago)
Author:
Gregg Young
Message:

Replace save_dir2(dir) with strcpy(dir, pFM2SaveDirectory)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/init.c

    r1089 r1104  
    521521    strcpy(s, pTmpDir);
    522522  else
    523     save_dir2(s);
     523    strcpy(s, pFM2SaveDirectory);
    524524  if (s[strlen(s) - 1] != '\\')
    525525    strcat(s, "\\");
     
    756756
    757757    DosError(FERR_DISABLEHARDERR);
    758     save_dir2(HomePath);
     758    strcpy(HomePath, pFM2SaveDirectory);
    759759    DosError(FERR_DISABLEHARDERR);
    760760    memset(driveserial, -1, sizeof(driveserial));
Note: See TracChangeset for help on using the changeset viewer.