Pasaeta de cppcheck, ale
This commit is contained in:
@@ -78,8 +78,7 @@ void loadParamsFromFile(const std::string &file_path)
|
||||
throw std::runtime_error("No se pudo abrir el archivo: " + file_path);
|
||||
}
|
||||
|
||||
const std::string file_name = file_path.substr(file_path.find_last_of("\\/") + 1);
|
||||
std::cout << "Reading file: " << file_name << std::endl;
|
||||
std::cout << "Reading file: " << getFileName(file_path) << std::endl;
|
||||
|
||||
std::string line, param1, param2;
|
||||
while (std::getline(file, line))
|
||||
|
||||
Reference in New Issue
Block a user