Ignore:
Timestamp:
01/16/15 21:29:46 (9 years ago)
Author:
Maciej Komosinski
Message:

Updated for function name change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/common/nonstd_stdio.cpp

    r295 r297  
    246246MFILE *mfopen(const char *path, const char *mode)
    247247{
    248         string respath=getAppResources();
     248        string respath=getAppResourcesDir();
    249249        //printFM("Opening '%s', mode='%s'",path,mode);
    250         //printFM("getAppResources()='%s'",respath.c_str());
     250        //printFM("getAppResourcesDir()='%s'",respath.c_str());
    251251        NvFile *rfile=NULL; //can only read
    252252        FILE *rwfile=NULL;
Note: See TracChangeset for help on using the changeset viewer.