Revert one unwanted change in r67457.


svn path=/trunk/; revision=67458
This commit is contained in:
Aleksandar Andrejevic 2015-04-27 04:12:31 +00:00
parent a8c3b4f1d9
commit 619aaae278

View file

@ -1054,7 +1054,7 @@ VOID WINAPI DosInt21h(LPWORD Stack)
}
/* Update the length */
InputBuffer->Length = Count - 1;
InputBuffer->Length = Count;
break;
}