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

coverity#708903 Unused pointer value

Change-Id: I86bf2361e06bc9beac20b76894b247c46c265b1a
üst 0404e92b
...@@ -925,7 +925,7 @@ static int parseTrackKernData( FileInputStream* fp, FontInfo* fi) ...@@ -925,7 +925,7 @@ static int parseTrackKernData( 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 TRACKKERN: case TRACKKERN:
if (!(tcount < fi->numOfTracks)) if (!(tcount < fi->numOfTracks))
......
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