Skip to content

Commit

Permalink
Fixed Issue umd-memsys#18 -- thanks rioshering
Browse files Browse the repository at this point in the history
  • Loading branch information
dramninjasUMD committed Sep 24, 2012
1 parent 8e3e1a9 commit d0045b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IniReader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ void IniReader::ReadIniFile(string filename, bool isSystemFile)
// all characters after the equals are the value
valueString = line.substr(equalsIndex+1,strlen-equalsIndex);

IniReader::SetKey(key, valueString, lineNumber, isSystemFile);
IniReader::SetKey(key, valueString, isSystemFile, lineNumber);
// got to the end of the config map without finding the key
}
}
Expand Down

0 comments on commit d0045b1

Please sign in to comment.