[NTVDM]
[reactos.git] / reactos / subsystems / mvdm / ntvdm / dos / dos32krnl / dos.c
index 9f49650..b4028a1 100644 (file)
@@ -1054,7 +1054,7 @@ VOID WINAPI DosInt21h(LPWORD Stack)
             }
 
             /* Update the length */
             }
 
             /* Update the length */
-            InputBuffer->Length = Count - 1;
+            InputBuffer->Length = Count;
 
             break;
         }
 
             break;
         }