mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 05:05:19 -05:00
fix: Workaround that broke functionality. Instead disable warnings
This actually fixes #515 for now
This commit is contained in:
@@ -42,10 +42,6 @@ namespace hex {
|
||||
continue;
|
||||
if (delimiterPos >= line.length())
|
||||
continue;
|
||||
if (delimiterPos >= from.length())
|
||||
continue;
|
||||
if (delimiterPos >= to.length())
|
||||
continue;
|
||||
|
||||
from = line.substr(0, delimiterPos);
|
||||
to = line.substr(delimiterPos + 1);
|
||||
|
||||
Reference in New Issue
Block a user