diff Tester.cpp @ 26:eff1772ba397 vamp-plugin-tester-v1.0-erroneous

* More doc corrections to match error reporting updates in SDK * Don't return success after failing to load a plugin!
author cannam
date Tue, 22 Sep 2009 11:24:31 +0000
parents 612333efd521
children 07144cdcbedf
line wrap: on
line diff
--- a/Tester.cpp	Tue Sep 22 11:10:31 2009 +0000
+++ b/Tester.cpp	Tue Sep 22 11:24:31 2009 +0000
@@ -188,6 +188,7 @@
         for (size_t i = 0; i < pp.size(); ++i) {
             std::cout << "            " << pp[i] << std::endl;
         }
+        good = false;
     }
 
     return good;