diff --git a/src/ini.cpp b/src/ini.cpp --- a/src/ini.cpp +++ b/src/ini.cpp @@ -115,7 +115,7 @@ bool IniFile::SaveToDisk(const char *fil { /* Open the text file in binary mode to prevent end-of-line translations * done by ftell() and friends, as defined by K&R. */ - return FioFOpenFile(filename, "rb", DATA_DIR, size); + return FioFOpenFile(filename, "rb", BASESET_DIR, size); } /* virtual */ void IniFile::ReportFileError(const char * const pre, const char * const buffer, const char * const post)