From 4d2c7ccaa905534342fe99a23fc137c75a707d6a Mon Sep 17 00:00:00 2001 From: Morgan Deters Date: Wed, 30 Jun 2010 15:26:13 +0000 Subject: [PATCH] fix to switch fall-through; stats now off by default regardless of -d debugging options; thanks Chris for spoting this --- src/main/getopt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/getopt.cpp b/src/main/getopt.cpp index eed542e8a..88840a8e8 100644 --- a/src/main/getopt.cpp +++ b/src/main/getopt.cpp @@ -196,7 +196,7 @@ throw(OptionException) { case 'd': Debug.on(optarg); Trace.on(optarg); - /* fall-through */ + break; case STATS: opts->statistics = true; -- 2.30.2