diff --git a/uppsrc/RichText/ParseQtf.cpp b/uppsrc/RichText/ParseQtf.cpp index 551a9992e..9d2ce05f5 100644 --- a/uppsrc/RichText/ParseQtf.cpp +++ b/uppsrc/RichText/ParseQtf.cpp @@ -703,7 +703,8 @@ void RichQtfParser::Parse(const char *qtf, byte _accesskey) } break; case 't': - format.tabsize = ReadNumber(); + if(IsDigit(*term)) //temporary fix... :( + format.tabsize = ReadNumber(); break; case '~': { if(Key('~'))