mirror of
https://github.com/reactos/reactos.git
synced 2025-05-07 10:46:58 +00:00
[NTVDM]
Revert one unwanted change in r67457. svn path=/trunk/; revision=67458
This commit is contained in:
parent
a8c3b4f1d9
commit
619aaae278
1 changed files with 1 additions and 1 deletions
|
@ -1054,7 +1054,7 @@ VOID WINAPI DosInt21h(LPWORD Stack)
|
|||
}
|
||||
|
||||
/* Update the length */
|
||||
InputBuffer->Length = Count - 1;
|
||||
InputBuffer->Length = Count;
|
||||
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue