From 3f7986198b1e30a5733f5d42a978deb738460fef Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Fri, 3 Oct 2014 23:58:51 +0200 Subject: [PATCH] fix typo in 9034e58b1 --- gtk2_ardour/bundle_env_mingw.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/bundle_env_mingw.cc b/gtk2_ardour/bundle_env_mingw.cc index d29c625113..2eb98f88a5 100644 --- a/gtk2_ardour/bundle_env_mingw.cc +++ b/gtk2_ardour/bundle_env_mingw.cc @@ -105,7 +105,7 @@ fixup_bundle_environment (int, char* [], const char** localedir) } else { path = ""; } - path += Glib::build_filename(get_install_path(), "lib", "ardour3", "vamp", NULL); + path += Glib::build_filename(get_install_path(), "lib", "ardour3", "vamp"); path += G_SEARCHPATH_SEPARATOR; path += "%ProgramFiles%\\Vamp Plugins"; // default vamp path path += G_SEARCHPATH_SEPARATOR;