Commit in reactos/lib/richedit on MAIN | |||
reader.c | +1 | -1 | 1.6 -> 1.7 |
Merge back commit from WineHQ
diff -u -r1.6 -r1.7 --- reader.c 2 Feb 2004 15:51:29 -0000 1.6 +++ reader.c 17 Apr 2004 07:32:44 -0000 1.7 @@ -124,7 +124,7 @@
if(CHARLIST_GetNbItems(&info->inputCharList) == 0) {
- char buff[10];
+ char buff[4096];
long pcb; info->editstream.pfnCallback(info->editstream.dwCookie, buff, sizeof(buff), &pcb); if(pcb == 0)