search for: next_tag

Displaying 1 result from an estimated 1 matches for "next_tag".

Did you mean: text_tag
2006 Apr 30
4
unable to compile
..." tag */ while((char *)rtp < (char *)lst + lst->size + sizeof(*lst)) { if(!memcmp(rtp->tag, info, sizeof(info))) { rtp = (riff_tag_t *)(((char *)rtp) + 4); } else if(!memcmp(rtp->tag, inam, sizeof(inam))) { /* Ignore the icon/cursor name; its a string */ rtp = NEXT_TAG(rtp); } else if(!memcmp(rtp->tag, iart, sizeof(iart))) { /* Ignore the author's name; its a string */ rtp = NEXT_TAG(rtp); } else if(!memcmp(rtp->tag, fram, sizeof(fram))) { /* This should be followed by "icon"s, but we * simply ignore this because it is...