Another bug in fallback support
p4raw-id: //depot/perlio@8290
last unless $type eq '#';
}
$class .= ('::'.(($type eq 'E') ? 'Escape' : 'Table'));
- warn "Loading $file";
+ #warn "Loading $file";
return $class->read($fh,$name,$type);
}
else
U8 byte = *s;
while (byte > e->max)
e++;
- if (byte >= e->min && e->slen && (approx || !e->slen & 0x80))
+ if (byte >= e->min && e->slen && (approx || !(e->slen & 0x80)))
{
const U8 *cend = s + (e->slen & 0x7f);
if (cend <= send)