mirror of
https://github.com/reactos/reactos.git
synced 2026-09-26 12:13:10 +08:00
Merge back commit from WineHQ
svn path=/trunk/; revision=9169
This commit is contained in:
@@ -124,7 +124,7 @@ int _RTFGetChar(RTF_Info *info)
|
||||
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user