mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-27 09:03:15 +01:00
Print the path to the configuration file being used if -v is passed.
This commit is contained in:
@@ -89,6 +89,9 @@ bool ConfigFile::read(const char* argv0, void* mainAddr, const char* filename)
|
||||
}
|
||||
}
|
||||
|
||||
// save config file path for -v output
|
||||
pathstr = p.toString();
|
||||
|
||||
try
|
||||
{
|
||||
// read the cfg
|
||||
|
||||
Reference in New Issue
Block a user