Applied cleanup and scaling patch by Rob.

svn-id: r3665
This commit is contained in:
James Brown 2002-03-06 12:24:56 +00:00
parent 4a98b9b9e9
commit 178540c989
15 changed files with 287 additions and 65 deletions

View file

@ -349,9 +349,11 @@ newLine:;
charset.printCharOld(c);
else if (!(_features&GF_AFTER_V6)) {
// if (!_vars[VAR_V5_CHARFLAG]) { /* FIXME */
if (!(a && _noSubtitles))
charset.printChar(c);
// }
} else {
if (!(a && _noSubtitles))
charset.printChar(c);
}