minor refactoring
This commit is contained in:
		
							parent
							
								
									a2bdc5d8d9
								
							
						
					
					
						commit
						56e88b2a56
					
				| @ -118,7 +118,7 @@ int main (int argc, char *argv[]) { | |||||||
|         // parse config file
 |         // parse config file
 | ||||||
|         if(boost::filesystem::is_regular_file(config_file_path)) |         if(boost::filesystem::is_regular_file(config_file_path)) | ||||||
|         { |         { | ||||||
|             SimpleLogger().Write() << "Reading options from: " << config_file_path.String(); |             SimpleLogger().Write() << "Reading options from: " << config_file_path.string(); | ||||||
|             std::string config_str; |             std::string config_str; | ||||||
|             PrepareConfigFile(config_file_path.c_str(), config_str); |             PrepareConfigFile(config_file_path.c_str(), config_str); | ||||||
|             std::stringstream config_stream( config_str ); |             std::stringstream config_stream( config_str ); | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user