mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-03 14:29:58 +00:00
tz_manager: Fix character offset not advancing
This commit is contained in:
parent
63c51abe42
commit
dea61f5d00
1 changed files with 1 additions and 0 deletions
|
@ -149,6 +149,7 @@ static constexpr bool GetInteger(const char* name, int& offset, int& value, int
|
||||||
if (value > max) {
|
if (value > max) {
|
||||||
return {};
|
return {};
|
||||||
}
|
}
|
||||||
|
offset++;
|
||||||
temp = name[offset];
|
temp = name[offset];
|
||||||
} while (IsDigit(temp));
|
} while (IsDigit(temp));
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue