Changeset 1104 for trunk/dll/valid.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/valid.c

    r946 r1104  
    2626  30 Dec 07 GKY Change TestDates to TestFDates can compare by filename or FDATE/FTIME data
    2727  30 Dec 07 GKY Add TestCDates to compare CNRITEMs by CDATE/CTIME data
     28  19 Jul 08 GKY Replace save_dir2(dir) with pFM2SaveDirectory
    2829
    2930***********************************************************************/
     
    547548  }
    548549  else
    549     save_dir2(path);                    // Fall back to fm3.ini drive or current dir - should never occur
     550    strcpy(path, pFM2SaveDirectory);                    // Fall back to fm3.ini drive or current dir - should never occur
    550551  return path;
    551552}
Note: See TracChangeset for help on using the changeset viewer.