X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5b7ab9385fd16c8eaec26d6e66df0c3b5ca70ef9..908686c52ecad0043720bbd2ea097be45c10ef73:/utils/tex2rtf/src/rtfutils.cpp diff --git a/utils/tex2rtf/src/rtfutils.cpp b/utils/tex2rtf/src/rtfutils.cpp index 24f498ad40..2c4ec17613 100644 --- a/utils/tex2rtf/src/rtfutils.cpp +++ b/utils/tex2rtf/src/rtfutils.cpp @@ -1931,7 +1931,7 @@ void RTFOnMacro(int macroId, int no_args, bool start) int ch = getc(fd); while (ch != EOF) { - putc(ch, Chapters); + wxPutc(ch, Chapters); ch = getc(fd); } fclose(fd);