Skip to content
Snippets Groups Projects
Commit 3ea7fa03 authored by Marton Ady's avatar Marton Ady
Browse files

fix compress.cpp output

parent 85668933
No related branches found
No related tags found
No related merge requests found
......@@ -133,7 +133,7 @@ int main(int argc, char* argv[]) {
size_t found;
found = result.find("Everything is Ok");
if (found != std::string::npos) {
std::cout << "\nCompression seems legit. Deleting original {} file.\n", std::filesystem::path(fileNameGeometry).extension().string().c_str();
std::cout << fmt::format("\nCompression seems legit. Deleting original {} file.\n", std::filesystem::path(fileNameGeometry).extension().string().c_str());
std::filesystem::remove(fileNameGeometry);
return 0;
}
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment