add channel_count() to audio source API
[ardour.git] / libs / ardour / export_handler.cc
index fc7236914f5de992e3e6caa8326c6433d7715789..e755d9b70b2e772b2e6f26838fad5738eaae1363 100644 (file)
@@ -591,7 +591,7 @@ ExportHandler::write_toc_header (CDMarkerStatus & status)
        string album_title  = SessionMetadata::Metadata()->album();
 
        if (barcode != "")
-               status.out << "CATALOG " << barcode << endl;
+               status.out << "CATALOG \"" << barcode << "\"" << endl;
 
        if (album_title != "")
                title = album_title;