[SYSUTILS:PS] Fix "waitreason" array size

Addendum to c0f1450076.
This commit is contained in:
Stanislav Motylkov
2026-06-12 00:12:55 +03:00
parent c0f1450076
commit eecfbaeaa0

View File

@@ -112,7 +112,7 @@ struct status {
struct waitres {
DWORD state;
char desc[17];
} waitreason[35 + 1] = {
} waitreason[44 + 1] = {
{0, "Executive "},
{1, "FreePage "},
{2, "PageIn "},