mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 00:45:49 +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)
|
if(CHARLIST_GetNbItems(&info->inputCharList) == 0)
|
||||||
{
|
{
|
||||||
char buff[10];
|
char buff[4096];
|
||||||
long pcb;
|
long pcb;
|
||||||
info->editstream.pfnCallback(info->editstream.dwCookie, buff, sizeof(buff), &pcb);
|
info->editstream.pfnCallback(info->editstream.dwCookie, buff, sizeof(buff), &pcb);
|
||||||
if(pcb == 0)
|
if(pcb == 0)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue