summaryrefslogtreecommitdiff
path: root/libs/ardour
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2018-08-08 14:09:31 +0200
committerRobin Gareus <robin@gareus.org>2018-08-08 14:09:31 +0200
commit5fcea5833df6f8562126683521f3c2ad6cb9f1e9 (patch)
treee21a84fd798f4fc09ef5f051140bd26a969912bd /libs/ardour
parent2fc5ed1e72e07faa7ffedafa22e6cb8f930eacea (diff)
Properly announce support for Vendor string
Diffstat (limited to 'libs/ardour')
-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 c91bdcf235..befe5a84ad 100644
--- a/libs/ardour/session_vst.cc
+++ b/libs/ardour/session_vst.cc
@@ -437,7 +437,7 @@ intptr_t Session::vst_callback (
SHOW_CALLBACK ("audioMasterGetVendorString");
// fills <ptr> with a string identifying the vendor (max 64 char)
strcpy ((char*) ptr, "Linux Audio Systems");
- return 0;
+ return 1;
case audioMasterGetProductString:
SHOW_CALLBACK ("audioMasterGetProductString");