Changeset 1544 for trunk/dll/systemf.c


Ignore:
Timestamp:
Sep 30, 2010, 3:00:59 PM (15 years ago)
Author:
Gregg Young
Message:

Changes to fopen and _fsopen to allow FM2 to be loaded in high memory

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/systemf.c

    r1533 r1544  
    252252          if (!*listfile) {
    253253            FILE *fp;
    254 
     254            CHAR *modew = "w";
    255255
    256256            strcpy(listfile, pTmpDir ? pTmpDir : pFM2SaveDirectory);
    257257            MakeTempName(listfile, "$FM2LI$T", 2);
    258             fp = xfopen(listfile, "w",pszSrcFile,__LINE__);
     258            fp = xfopen(listfile, modew,pszSrcFile,__LINE__, FALSE);
    259259            if (fp) {
    260260              for (x = 0; list[x]; x++)
Note: See TracChangeset for help on using the changeset viewer.