[CLASSPNP]

Fix a bug, I introduced.

svn path=/branches/cmake-bringup/; revision=50651
This commit is contained in:
Timo Kreuzer 2011-02-10 13:07:54 +00:00
parent 1d2ca9b115
commit 054a3b2291
2 changed files with 2 additions and 2 deletions

View file

@ -2485,7 +2485,7 @@ ClassIoComplete(
retry = TRUE;
}
if (retry && ((*(char*)&irpStack->Parameters.Others.Argument4)--)) {
if (retry && ((*(PCHAR*)&irpStack->Parameters.Others.Argument4)--)) {
//
// Retry request.

View file

@ -161,7 +161,7 @@ ClassIoCompleteAssociated(
retry = TRUE;
}
if (retry && ((*(char*)&irpStack->Parameters.Others.Argument4)--)) {
if (retry && ((*(PCHAR*)&irpStack->Parameters.Others.Argument4)--)) {
//
// Retry request. If the class driver has supplied a StartIo,