mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00: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