Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 238891
Collapse All | Expand All

(-)cdrdao-1.2.2/trackdb/TocParser.g (-1 / +1 lines)
Lines 774-780 Link Here
774
      << if (item != NULL) {
774
      << if (item != NULL) {
775
           int type = item->packType();
775
           int type = item->packType();
776
776
777
           if (isTrack && ((type >= 0x86 && type <= 0x89) || type == 0x8f)) {
777
           if (isTrack && ((type > 0x86 && type <= 0x89) || type == 0x8f)) {
778
             message(-2, "%s:%d: Invalid CD-TEXT item for a track.",
778
             message(-2, "%s:%d: Invalid CD-TEXT item for a track.",
779
                     filename_, lineNr);
779
                     filename_, lineNr);
780
             error_ = 1;
780
             error_ = 1;

Return to bug 238891