mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-14 16:58:07 +02:00
[tfm] Fix typo.
This commit is contained in:
parent
aa60927a65
commit
9e1d408e7e
1 changed files with 0 additions and 1 deletions
|
|
@ -265,7 +265,6 @@
|
|||
fi->ds = READ_INT4( stream ); /* Design Size */
|
||||
fi->design_size = (FT_ULong)((double)(fi->ds)/(double)(1<<20));
|
||||
|
||||
printf("fi->cs is %ld\n",fi->cs);
|
||||
if( fi->cs <= 0 )
|
||||
{
|
||||
error = FT_THROW( Unknown_File_Format );
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue