Skip to content

Commit

Permalink
external: bump fmtlib
Browse files Browse the repository at this point in the history
  • Loading branch information
JJL772 committed Aug 31, 2024
1 parent e7740d5 commit 2e80152
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion external/fmtlib
Submodule fmtlib updated 199 files
2 changes: 1 addition & 1 deletion src/cli/action_convert.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ bool ActionConvert::process_file(
outFile = srcFile.parent_path() / srcFile.filename().replace_extension(".vtf");
}
else {
outFile = srcFile.parent_path() / userOutputFile;
outFile = userOutputFile;
}

auto format = ImageFormatFromUserString(formatStr.c_str());
Expand Down

0 comments on commit 2e80152

Please sign in to comment.