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)
switch(recognize(keyword,tokenlen))
{
case COMMENT:
keyword = linetoken(fp);
linetoken(fp); /*eat token*/
break;
case TRACKKERN:
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