mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 05:27:41 -05:00
impr: Remove hex::format, improve format and logging type safety
This commit is contained in:
@@ -95,7 +95,7 @@ namespace hex {
|
||||
}
|
||||
|
||||
std::string Tar::getOpenErrorString() const {
|
||||
return hex::format("{}: {}", mtar_strerror(m_tarOpenErrno), std::strerror(m_fileOpenErrno));
|
||||
return fmt::format("{}: {}", mtar_strerror(m_tarOpenErrno), std::strerror(m_fileOpenErrno));
|
||||
}
|
||||
|
||||
void Tar::close() {
|
||||
|
||||
Reference in New Issue
Block a user