Changeset 297
- Timestamp:
- 01/16/15 21:29:46 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/common/nonstd_stdio.cpp
r295 r297 246 246 MFILE *mfopen(const char *path, const char *mode) 247 247 { 248 string respath=getAppResources ();248 string respath=getAppResourcesDir(); 249 249 //printFM("Opening '%s', mode='%s'",path,mode); 250 //printFM("getAppResources ()='%s'",respath.c_str());250 //printFM("getAppResourcesDir()='%s'",respath.c_str()); 251 251 NvFile *rfile=NULL; //can only read 252 252 FILE *rwfile=NULL;
Note: See TracChangeset
for help on using the changeset viewer.