Skip to content

Commit

Permalink
Fixed IniFile::escape
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-fadely committed Feb 6, 2016
1 parent 8556649 commit 1668fc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SADXModLoader/IniFile.cpp
Expand Up @@ -787,4 +787,5 @@ string IniFile::escape(const string &str, bool sec, bool key) const
result.insert(i++, "\\");
break;
}
return result;
}

0 comments on commit 1668fc6

Please sign in to comment.