- lowercase rules folder step2
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-12-16 12:03:20 +00:00
parent 9eee80a30d
commit d508505379
6 changed files with 1 additions and 1 deletions

View File

@@ -318,7 +318,7 @@ Rules::Rules(string filename){
int Rules::load(string _filename){
char filename[4096];
sprintf(filename, RESPATH"/Rules/%s", _filename.c_str());
sprintf(filename, RESPATH"/rules/%s", _filename.c_str());
std::ifstream file(filename);
std::string s;