Kaydet (Commit) a1630627 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#708902 Unused pointer value

Change-Id: Ia8e140da22d67013a1485445a6359aa001a14826
üst be9c3a83
...@@ -1033,7 +1033,7 @@ static int parsePairKernData( FileInputStream* fp, FontInfo* fi) ...@@ -1033,7 +1033,7 @@ static int parsePairKernData( FileInputStream* fp, FontInfo* fi)
switch(recognize(keyword,tokenlen)) switch(recognize(keyword,tokenlen))
{ {
case COMMENT: case COMMENT:
keyword = linetoken(fp); linetoken(fp); /*eat token*/
break; break;
case KERNPAIR: case KERNPAIR:
if (!(pcount < fi->numOfPairs)) if (!(pcount < fi->numOfPairs))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment