From 4d112a8e6b90fa64a5cd333042044768111ba994 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 14 Sep 2010 15:45:21 +0000 Subject: remove Glib::ustring from libardour; allow any characters except '/' and '\' in paths (may cause issues when loading creatively named 2.X sessions; fix a couple of details of name collection and usage from the startup dialog git-svn-id: svn://localhost/ardour2/branches/3.0@7772 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/audiofile_tagger.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libs/ardour/audiofile_tagger.cc') diff --git a/libs/ardour/audiofile_tagger.cc b/libs/ardour/audiofile_tagger.cc index c06b712f4e..81ccf7a35e 100644 --- a/libs/ardour/audiofile_tagger.cc +++ b/libs/ardour/audiofile_tagger.cc @@ -31,8 +31,8 @@ #include "taglib/taglib.h" #include "taglib/xiphcomment.h" -/* Convert Glib::ustring to TagLib::String */ -#define TL_STR(ustring) TagLib::String ((ustring).c_str(), TagLib::String::UTF8) +/* Convert string to TagLib::String */ +#define TL_STR(string) TagLib::String ((string).c_str(), TagLib::String::UTF8) using namespace PBD; -- cgit v1.2.3