Fix typo in previous patch

This commit is contained in:
Stas Degteff 2008-01-20 18:02:59 +00:00
parent 09f4b036f3
commit 9286e07651

View File

@ -1912,7 +1912,7 @@ char* XlatStr(char* dest, const char* src, int level, Chs* chrtbl, int qpencoded
else
#endif
if ((level < 0) && chrs)
if ((level > 0) && chrs)
{
tptr = (char*)chrs[(byte)dochar];
clen = *tptr++;