mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-29 00:10:02 -05:00
fix: Replace one more splitString function
This commit is contained in:
@@ -439,7 +439,7 @@ namespace hex::plugin::builtin {
|
||||
}
|
||||
|
||||
for (const auto &line : wolv::util::splitString(data, "\n")) {
|
||||
const auto &split = splitString(line, " ");
|
||||
const auto &split = wolv::util::splitString(line, " ");
|
||||
if (split.size() < 5)
|
||||
continue;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user