mirror of
https://github.com/michaelrsweet/pdfio.git
synced 2025-04-05 16:36:44 +02:00
Fix warning about shadowed loop variable.
This commit is contained in:
parent
3b2f7e21d9
commit
3befcf2fd5
@ -1833,8 +1833,6 @@ pdfioFileCreateFontObjFromFile(
|
||||
{
|
||||
if ((w1 = ttfGetWidth(font, (int)i)) == w0 && i < 65530)
|
||||
{
|
||||
size_t j; // Look-ahead
|
||||
|
||||
for (j = 1; j < 4; j ++)
|
||||
{
|
||||
if (ttfGetWidth(font, (int)(i + j)) != w0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user