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 with a string with product name (max 64 char) strcpy ((char*) ptr, PROGRAM_NAME); - return 0; + return 1; case audioMasterGetVendorVersion: SHOW_CALLBACK ("audioMasterGetVendorVersion");