[Positioning] Fix -f option

git-svn-id: https://pif.pu-pm.univ-fcomte.fr/svn/loc@102 785a6c6c-259e-4ff1-8b91-dc31627914f0
This commit is contained in:
Matteo Cypriani 2009-07-03 12:32:22 +00:00
parent d619b621ff
commit 92194b4f50
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ int main(int argc, char** argv)
}
if (vm.count("config-file")) // L'utilisateur a spécifié un fichier de config
config_filename = vm["file-conf"].as<string>() ;
config_filename = vm["config-file"].as<string>() ;
ifstream ifs(config_filename.c_str());
if (!ifs.is_open())