actual fix for ustring mistake

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3385 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2008-05-22 13:15:47 +00:00
parent 066ffa6fba
commit 13b50783fd

View file

@ -158,7 +158,7 @@ VSTPlugin::get_state()
/* save it to a file */
Glib::ustring path = Glib::build_ustring (get_user_ardour_path (), "vst");
Glib::ustring path = Glib::build_filename (get_user_ardour_path (), "vst");
struct stat sbuf;
if (stat (path.c_str(), &sbuf)) {