[SCM] calf/master: Fix an error message for unsupported mode

js at users.alioth.debian.org js at users.alioth.debian.org
Tue May 7 15:40:14 UTC 2013


The following commit has been merged in the master branch:
commit da5f470026e0591d560727a863967fd69393c49b
Author: Krzysztof Foltman <wdev at foltman.com>
Date:   Mon May 10 23:16:35 2010 +0100

    Fix an error message for unsupported mode

diff --git a/src/makerdf.cpp b/src/makerdf.cpp
index 5ceccdd..f012faf 100644
--- a/src/makerdf.cpp
+++ b/src/makerdf.cpp
@@ -700,7 +700,7 @@ int main(int argc, char *argv[])
         make_gui(path_prefix);
     else
     {
-        fprintf(stderr, "calfmakerdf: Mode %s unsupported in this version\n", optarg);
+        fprintf(stderr, "calfmakerdf: Mode '%s' unsupported in this version\n", mode.c_str());
         return 1;
     }
     return 0;

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list