Skip to content

Commit d0045b1

Browse files
committed
Fixed Issue umd-memsys#18 -- thanks rioshering
1 parent 8e3e1a9 commit d0045b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IniReader.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ void IniReader::ReadIniFile(string filename, bool isSystemFile)
408408
// all characters after the equals are the value
409409
valueString = line.substr(equalsIndex+1,strlen-equalsIndex);
410410

411-
IniReader::SetKey(key, valueString, lineNumber, isSystemFile);
411+
IniReader::SetKey(key, valueString, isSystemFile, lineNumber);
412412
// got to the end of the config map without finding the key
413413
}
414414
}

0 commit comments

Comments
 (0)