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

    r1082 r1104  
    3838  char s[CCHMAXPATH];
    3939
    40   //save_dir2(s);
    4140  strcpy(s, pFM2SaveDirectory);
    4241  sprintf(s + strlen(s), "\\%u.BMP", id);
Note: See TracChangeset for help on using the changeset viewer.