[beast/devel: 16/28] TOOLS: fix mis-merge of volume xinfo



commit d4f23f4c0f4dbb5117891b63a6d08236c2e73cc2
Author: Tim Janik <timj gnu org>
Date:   Mon Apr 15 04:12:55 2013 +0200

    TOOLS: fix mis-merge of volume xinfo

 tools/bsewavetool.cc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tools/bsewavetool.cc b/tools/bsewavetool.cc
index 3aaaf3b..e5d5db1 100644
--- a/tools/bsewavetool.cc
+++ b/tools/bsewavetool.cc
@@ -1947,6 +1947,8 @@ public:
       {
        if (parse_chunk_selection (argv, i, argc, all_chunks, freq_list))
          seen_selection = true;
+        else if (parse_bool_option (argv, i, "--volume-xinfo"))
+          use_volume_xinfo = true;
       }
     return !seen_selection ? 1 : 0; /* # args missing */
   }
@@ -2028,8 +2030,6 @@ public:
       {
        if (parse_chunk_selection (argv, i, argc, all_chunks, freq_list))
          seen_selection = true;
-        else if (parse_bool_option (argv, i, "--volume-xinfo"))
-          use_volume_xinfo = true;
       }
     return !seen_selection ? 1 : 0; /* # args missing */
   }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]