diff --git a/doc/html/changelog.html b/doc/html/changelog.html index 25703a52..b468d213 100644 --- a/doc/html/changelog.html +++ b/doc/html/changelog.html @@ -83,12 +83,13 @@
  • flac:
  • diff --git a/src/flac/main.c b/src/flac/main.c index e027ae52..1c80747d 100644 --- a/src/flac/main.c +++ b/src/flac/main.c @@ -347,6 +347,8 @@ int do_it() return usage_error("ERROR: --until is not allowed in test mode\n"); if(0 != option_values.cue_specification) return usage_error("ERROR: --cue is not allowed in test mode\n"); + if(0 != option_values.analyze) + return usage_error("ERROR: analysis mode (-a/--analyze) and test mode (-t/--test) cannot be used together\n"); } }