From 619aaae27869a0c76ce57e3c272168e2991539a2 Mon Sep 17 00:00:00 2001 From: Aleksandar Andrejevic Date: Mon, 27 Apr 2015 04:12:31 +0000 Subject: [PATCH] [NTVDM] Revert one unwanted change in r67457. svn path=/trunk/; revision=67458 --- reactos/subsystems/mvdm/ntvdm/dos/dos32krnl/dos.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/subsystems/mvdm/ntvdm/dos/dos32krnl/dos.c b/reactos/subsystems/mvdm/ntvdm/dos/dos32krnl/dos.c index 9f49650ef34..b4028a127bc 100644 --- a/reactos/subsystems/mvdm/ntvdm/dos/dos32krnl/dos.c +++ b/reactos/subsystems/mvdm/ntvdm/dos/dos32krnl/dos.c @@ -1054,7 +1054,7 @@ VOID WINAPI DosInt21h(LPWORD Stack) } /* Update the length */ - InputBuffer->Length = Count - 1; + InputBuffer->Length = Count; break; }