* src/base/ftrfork.c (FT_Raccess_Guess): Switch to FT_Int counters.
This commit is contained in:
parent
06174dbb20
commit
32fc416f57
|
@ -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.
|
||||
|
|
|
@ -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 );
|
||||
|
|
Loading…
Reference in New Issue