summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/export_handler.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-01-23 21:53:08 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-01-23 21:53:08 +0000
commit9a2164056752a958542f2d162ed3bf0f9c304121 (patch)
treedd3b9c082028855ff5d6aa194044c3bd3c2d8191 /libs/ardour/ardour/export_handler.h
parentbc3e1a212250a67e53e86c972287a275834a967a (diff)
a better fix for CUE/TOC string escaping: if the text is not Latin-1 already, reject it because TOC certainly cannot handle UTF-8 and CUE is probably better off without it too
git-svn-id: svn://localhost/ardour2/branches/3.0@11320 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/export_handler.h')
-rw-r--r--libs/ardour/ardour/export_handler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/ardour/export_handler.h b/libs/ardour/ardour/export_handler.h
index b4cbd034f3..025ab06313 100644
--- a/libs/ardour/ardour/export_handler.h
+++ b/libs/ardour/ardour/export_handler.h
@@ -185,7 +185,7 @@ class ExportHandler : public ExportElementFactory
void write_index_info_toc (CDMarkerStatus & status);
void frames_to_cd_frames_string (char* buf, framepos_t when);
- std::string toc_escape_string (const std::string&);
+ std::string cd_marker_file_escape_string (const std::string&);
int cue_tracknum;
int cue_indexnum;