* src/bdf/bdflib.c (bdf_atous_): Remove unnecessary checks.
This commit is contained in:
parent
40a7458500
commit
bfe793ccec
|
@ -475,9 +475,6 @@
|
|||
unsigned short v;
|
||||
|
||||
|
||||
if ( s == NULL || *s == 0 )
|
||||
return 0;
|
||||
|
||||
for ( v = 0; sbitset( ddigits, *s ); s++ )
|
||||
{
|
||||
if ( v < ( FT_USHORT_MAX - 9 ) / 10 )
|
||||
|
|
Loading…
Reference in New Issue