[*] Regression in 262d76dd

This commit is contained in:
Reece Wilson 2023-08-19 19:04:30 +01:00
parent 8874fd9810
commit fa34f7dcef

View File

@ -45,7 +45,7 @@ namespace Aurora::HWInfo
reinterpret_cast<PPROCESS_MEMORY_COUNTERS>(&pmc),
sizeof(PROCESS_MEMORY_COUNTERS_EX)))
{
if (pm.PagefileUsage)
if (pmc.PagefileUsage)
{
return RamStat { pmc.PagefileUsage, max };
}