Merge back commit from WineHQ

svn path=/trunk/; revision=9169
This commit is contained in:
Gé van Geldorp 2004-04-17 07:32:44 +00:00
parent b4ff26c3b6
commit b656708fcc

View file

@ -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)