Changed single quote bug to non-escaped double quote bug.

This commit is contained in:
Svend Sorensen
2004-12-05 03:24:14 +00:00
parent 362a09f3ad
commit b0628897a2

View File

@@ -6,7 +6,8 @@ cuetools Bugs/TODO
:Contact: sorensen@users.berlios.de
* (cue/toc) Line numbers in error messages are off sometimes.
* (cue/toc) Strings cannot be quoted with single quotes.
* (cue/toc) Double quotes must be escaped in a string, otherwise
they will not be escaped when printed.
* (toc) Binary CD-TEXT data is parsed, but not saved.
* (toc) Only a single data file is supported.
* (cue) track_mode does not match cdrtools and CDRWIN docs.