mirror of
https://github.com/WerWolv/ImHex-Patterns.git
synced 2026-03-27 23:37:04 -05:00
includes/type: Fix error in float16 format function (#336)
This commit is contained in:
@@ -52,7 +52,7 @@ namespace auto type {
|
||||
std::mem::Reinterpreter<u32, float> converter;
|
||||
converter.from_value = result;
|
||||
|
||||
return std::format("{}", converter.to);
|
||||
return std::format("{}", converter.to_value);
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user