mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 13:05:25 -05:00
Fix crash when moving around certain views
This commit is contained in:
@@ -23,7 +23,7 @@ namespace hex::lang {
|
||||
|
||||
std::optional<u64> parseInt(std::string_view string) {
|
||||
u64 integer = 0;
|
||||
u8 base = 10;
|
||||
u8 base;
|
||||
|
||||
std::string_view numberData;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user