fix: Replace one more splitString function

This commit is contained in:
WerWolv
2025-07-26 17:16:57 +02:00
parent 9b20092428
commit 49771766e7

View File

@@ -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;