summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libs/ardour/session_vst.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/session_vst.cc b/libs/ardour/session_vst.cc
index 5ba77a9a6e..e086bbbce0 100644
--- a/libs/ardour/session_vst.cc
+++ b/libs/ardour/session_vst.cc
@@ -442,7 +442,7 @@ intptr_t Session::vst_callback (
SHOW_CALLBACK ("audioMasterGetProductString");
// fills <ptr> with a string with product name (max 64 char)
strcpy ((char*) ptr, PROGRAM_NAME);
- return 0;
+ return 1;
case audioMasterGetVendorVersion:
SHOW_CALLBACK ("audioMasterGetVendorVersion");