@elextr commented on this pull request.
{
- if ((NULL == fgets(buf, BUFSIZ, fp)) || ('\0' == *buf)) - return FALSE; - } - while (strncmp(buf, "!_TAG_", 6) == 0); /* skip !_TAG_ lines */ + TMTagType type; + TMTag *tag; + guint i, idx;
ooooh C99, better be careful, next it will be C11 ;-P