···11231123 break;
1124112411251125 tag[bytesread] = 0;
11261126- bufferpos += bytesread + 1;
1127112611281127 /* parse the tag if it contains iTunes gapless info */
11291128 if (itunes_gapless)
···11311130 itunes_gapless = false;
11321131 entry->lead_trim = get_itunes_int32(tag, 1);
11331132 entry->tail_trim = get_itunes_int32(tag, 2);
11331133+ break;
11341134 }
11351135+11361136+ bufferpos += bytesread + 1;
1135113711361138 /* Note that parser functions sometimes set *ptag to NULL, so
11371139 * the "!*ptag" check here doesn't always have the desired