Commit Graph

23 Commits

Author SHA1 Message Date
Svend Sorensen 7891a29fca Remove white space on empty lines 2013-08-16 13:28:11 -07:00
Svend Sorensen 92c8aebcdb Cleanup whitespace 2013-08-16 13:12:09 -07:00
Svend Sorensen 25d4acc24b Add current year to "Copyright" comments 2013-08-16 12:53:34 -07:00
Dmitry Smirnov e74f095fe1 fix handling of cuesheets with 99 tracks (Debian #658818)
There's an off-by-one error in cd.c which causes cueprint to wrongly reject
 cuesheets with 99 tracks.  Its actual limit is 98 tracks, and yet as the
 source code notes, the Red Book audio standard permits 99 tracks per disc
 (and 99 indices per track).
 .
 When I looked into this, I saw that:
 .
 1) not only will the same error occur with index numbers, but
 2) the wrong preprocessor symbol is being expanded when checking the index number

Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=658818
From: Branden Robinson <branden@debian.org>
Author: Dmitry Smirnov <onlyjob@member.fsf.org>
2013-07-05 17:50:02 +10:00
Dmitry Smirnov efd39b282e X<Y<Z doesn't has the mathematical meaning in C. Replace with X<Y && Y<Z.
Thanks, Felipe Sateler <fsateler@debian.org>
2013-07-05 15:40:40 +10:00
Dmitry Smirnov 92980fd399 fix "Buffer overflow detected" in cueconvert (Debian #576367) 2013-07-05 15:40:39 +10:00
Dmitry Smirnov 26b7d5295f replaces confusing error message at comparing the file suffix (Debian #499445) 2013-07-05 15:40:39 +10:00
Svend Sorensen da68f9bb9b Update copyright date. 2007-12-12 19:43:36 +00:00
Svend Sorensen 00764bc468 Removed space between functions and opening (. 2006-06-01 00:07:44 +00:00
Svend Sorensen 0187210b4d Added space after =. 2006-05-15 17:28:17 +00:00
Svend Sorensen 4897183eaa Updated copyright date for new year. 2006-02-14 21:43:17 +00:00
Svend Sorensen a724473fc3 Fixed swapped flags (bug #4831). 2006-02-14 00:31:59 +00:00
Svend Sorensen d6d9aca893 Removed single quoted string support. 2005-03-29 02:20:00 +00:00
Svend Sorensen 7530a4f581 Added braces around single statement blocks. 2005-03-26 21:15:13 +00:00
Svend Sorensen 24068b5a61 Added braces around single statement blocks. 2005-03-24 12:32:39 +00:00
Svend Sorensen 76988c8ef0 Added tag to file format enum. 2005-03-24 12:19:39 +00:00
Svend Sorensen 20a67b2fca Standardize code header comment block. 2005-03-24 12:07:26 +00:00
Svend Sorensen 9d61b497c2 Added descriptions to {cue,toc}_parse_prefix.h files. 2005-03-24 12:02:29 +00:00
Svend Sorensen 6745e99c6f Wrapped long lines.
Moved headers from HEADERS to SOURCES.
2005-03-24 11:53:23 +00:00
Svend Sorensen 03723a13ae Updated Copyright dates to 2005. 2005-03-24 11:26:59 +00:00
Svend Sorensen d3bc1848a2 Added standard comment block to {cue,toc}_parse_prefix.h files. 2005-03-24 11:23:24 +00:00
Svend Sorensen a80b0625d7 Added basic comments to all Makfile.am files. 2005-03-24 10:50:10 +00:00
Svend Sorensen 51fe2af924 Merged autotools to main trunk. 2005-03-22 04:26:57 +00:00