This commit is contained in:
Wez Furlong 2001-08-29 11:29:52 +00:00
parent f824bf94f3
commit e6c7f6f22c

View file

@ -7061,10 +7061,10 @@ mbfl_strimwidth(
n = string->len;
if (p != NULL) {
while (n > 0) {
n--;
if ((*encoder->filter_function)(*p++, encoder) < 0) {
break;
}
n--;
}
mbfl_convert_filter_flush(encoder);
if (pc.status != 0 && mkwidth > 0) {