changeset 56:b2c4c752c3bc

* whoops, remove perror() (these are expected to fail)
author cannam
date Fri, 09 Oct 2009 14:25:35 +0000
parents 968258fba5d6
children 87b9ea6fc7d0
files vampy-main.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/vampy-main.cpp	Fri Oct 09 14:22:44 2009 +0000
+++ b/vampy-main.cpp	Fri Oct 09 14:25:35 2009 +0000
@@ -217,7 +217,7 @@
 #else
     void *lib = dlopen(name.c_str(), RTLD_NOW | RTLD_GLOBAL);
     if (!lib) {
-        perror("dlopen");
+        //perror("dlopen");
         return false;
     }
 #endif