Get the path to load the ini file from. I'm not sure if this fix is needed in other places as well.
src/sim/main.cc:
Get the path to load the ini file from.
--HG--
extra : convert_revision : aa38fc9b1bc99cd74d095cbfc67253e4549f91d3
This commit is contained in:
@@ -215,7 +215,7 @@ loadIniFile(PyObject *_resolveFunc)
|
||||
configStream = simout.find("config.out");
|
||||
|
||||
// The configuration database is now complete; start processing it.
|
||||
inifile.load("config.ini");
|
||||
inifile.load(simout.resolve("config.ini"));
|
||||
|
||||
// Initialize statistics database
|
||||
Stats::InitSimStats();
|
||||
|
||||
Reference in New Issue
Block a user