From 13b50783fdf41296582bb990801c88f98b12ff4c Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 22 May 2008 13:15:47 +0000 Subject: [PATCH] actual fix for ustring mistake git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3385 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/vst_plugin.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ardour/vst_plugin.cc b/libs/ardour/vst_plugin.cc index edbf773e21..a23ef0e2c4 100644 --- a/libs/ardour/vst_plugin.cc +++ b/libs/ardour/vst_plugin.cc @@ -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)) {