• Dylan Smith's avatar
    richedit: Properly handle lack of semicolon after font name in rtf. · 78a7ea5a
    Dylan Smith authored
    This was partially handled by ungetting the end group token (i.e. '}')
    so that it was read again at the proper place.  Unfortunately there is a
    read hook that maintains a stackTop variable, which is decremented when
    receiving this end group token.  Therefore stackTop would get
    decremented twice, and the rich text file would end prematurely.
    
    This is fixed by incrementing the stackTop variable to compensate for it
    being decremented twice.
    78a7ea5a
Name
Last commit
Last update
dlls Loading commit data...
documentation Loading commit data...
fonts Loading commit data...
include Loading commit data...
libs Loading commit data...
loader Loading commit data...
programs Loading commit data...
server Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
ANNOUNCE Loading commit data...
AUTHORS Loading commit data...
COPYING.LIB Loading commit data...
LICENSE Loading commit data...
LICENSE.OLD Loading commit data...
Make.rules.in Loading commit data...
Makefile.in Loading commit data...
README Loading commit data...
VERSION Loading commit data...
aclocal.m4 Loading commit data...
configure Loading commit data...
configure.ac Loading commit data...