Fix typo in previous patch
This commit is contained in:
parent
09f4b036f3
commit
9286e07651
@ -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++;
|
||||
|
Reference in New Issue
Block a user