From b0628897a259156417a5242d6e78f2ae9232f041 Mon Sep 17 00:00:00 2001 From: Svend Sorensen Date: Sun, 5 Dec 2004 03:24:14 +0000 Subject: [PATCH] Changed single quote bug to non-escaped double quote bug. --- BUGS.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/BUGS.txt b/BUGS.txt index 7e49d5a..99ca72f 100644 --- a/BUGS.txt +++ b/BUGS.txt @@ -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.