mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 21:36:11 +00:00
[POWRPROF_APITEST]
Fix subscript out of array bounds svn path=/trunk/; revision=58327
This commit is contained in:
parent
c7e70b81fa
commit
c383bf7601
1 changed files with 0 additions and 5 deletions
|
@ -999,11 +999,6 @@ BOOLEAN compare(POWER_POLICY pp, POWER_POLICY pp_compare)
|
||||||
printf("mach.pad1[1] failed %i != %i\n",pp.mach.pad1[1],pp_compare.mach.pad1[1]);
|
printf("mach.pad1[1] failed %i != %i\n",pp.mach.pad1[1],pp_compare.mach.pad1[1]);
|
||||||
ret = FALSE;
|
ret = FALSE;
|
||||||
}
|
}
|
||||||
if (pp.mach.pad1[2] != pp_compare.mach.pad1[2])
|
|
||||||
{
|
|
||||||
printf("mach.pad1[2] failed %i != %i\n",pp.mach.pad1[2],pp_compare.mach.pad1[2]);
|
|
||||||
ret = FALSE;
|
|
||||||
}
|
|
||||||
if (pp.mach.Revision != pp_compare.mach.Revision)
|
if (pp.mach.Revision != pp_compare.mach.Revision)
|
||||||
{
|
{
|
||||||
printf("mach.Revision failed %i != %i\n",pp.mach.Revision,pp_compare.mach.Revision);
|
printf("mach.Revision failed %i != %i\n",pp.mach.Revision,pp_compare.mach.Revision);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue