* src/base/ftrfork.c (FT_Raccess_Guess): Switch to FT_Int counters.

This commit is contained in:
Alexei Podtelezhnikov 2012-12-19 23:05:32 -05:00
parent 06174dbb20
commit 32fc416f57
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2012-12-19 Alexei Podtelezhnikov <apodtele@gmail.com>
* src/base/ftrfork.c (FT_Raccess_Guess): Switch to FT_Int counters.
2012-12-19 Alexei Podtelezhnikov <apodtele@gmail.com>
[base] Clean up trigonometric core.

View File

@ -362,7 +362,7 @@
FT_Long *offsets,
FT_Error *errors )
{
FT_Long i;
FT_Int i;
for ( i = 0; i < FT_RACCESS_N_RULES; i++ )
@ -827,7 +827,7 @@
FT_Long *offsets,
FT_Error *errors )
{
int i;
FT_Int i;
FT_UNUSED( library );
FT_UNUSED( stream );