mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 13:37:42 -05:00
impr: Remove hex::format, improve format and logging type safety
This commit is contained in:
@@ -247,7 +247,7 @@ namespace hex::plugin::windows {
|
||||
} else if (byte == '\r') {
|
||||
// Ignore carriage return
|
||||
} else {
|
||||
m_receiveLines.back() += hex::format("<{:02X}>", static_cast<unsigned char>(byte));
|
||||
m_receiveLines.back() += fmt::format("<{:02X}>", static_cast<unsigned char>(byte));
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user