Magellan Linux

Contents of /trunk/cdrdao/patches/cdrdao-1.2.2-toc2cue.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 871 - (show annotations) (download)
Thu Jul 16 16:10:19 2009 UTC (14 years, 9 months ago) by niro
File size: 629 byte(s)
patches for cdrdao

1 diff -Naur cdrdao-1.2.2/trackdb/TocParser.g cdrdao-1.2.2-cclpatch/trackdb/TocParser.g
2 --- cdrdao-1.2.2/trackdb/TocParser.g 2008-10-06 08:50:48.000000000 -0700
3 +++ cdrdao-1.2.2-cclpatch/trackdb/TocParser.g 2008-10-06 08:50:48.000000000 -0700
4 @@ -774,7 +774,7 @@
5 << if (item != NULL) {
6 int type = item->packType();
7
8 - if (isTrack && ((type >= 0x86 && type <= 0x89) || type == 0x8f)) {
9 + if (isTrack && ((type > 0x86 && type <= 0x89) || type == 0x8f)) {
10 message(-2, "%s:%d: Invalid CD-TEXT item for a track.",
11 filename_, lineNr);
12 error_ = 1;