mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
Merge back commit from WineHQ
svn path=/trunk/; revision=9169
This commit is contained in:
parent
b4ff26c3b6
commit
b656708fcc
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue