[kernel32]
authorGiannis Adamopoulos <gadamopoulos@reactos.org>
Sun, 22 Jan 2012 22:27:08 +0000 (22:27 +0000)
committerGiannis Adamopoulos <gadamopoulos@reactos.org>
Sun, 22 Jan 2012 22:27:08 +0000 (22:27 +0000)
commit51a64982dd171d1c9522454f1745171e89e6dc2a
treef9238971301355f99203c62352b741908df4d4d9
parent51772abf7495e6c2040285b5583b4e3e51c04980
[kernel32]
- Fix IntReadConsoleOutputCharacter to copy the correct count of characters. Its 3rd parameter is a character count and not buffer size.
- Should fix infinite loop when kernel32:console test runs

svn path=/trunk/; revision=55081
reactos/dll/win32/kernel32/client/file/console.c