Changeset 1104 for trunk/dll/init.c

Show
Ignore:
Timestamp:
08/02/08 22:33:03 (4 months ago)
Author:
gyoung
Message:

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

Files:
1 modified

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));