@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
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3049#discussion_r1359986284
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/3049/review/[email protected]>