Commit 395dc082 authored by serg@serg.mylan's avatar serg@serg.mylan

don't let -B increment opt_silent twice

parent 803279f0
...@@ -800,7 +800,7 @@ get_one_option(int optid, const struct my_option *opt __attribute__((unused)), ...@@ -800,7 +800,7 @@ get_one_option(int optid, const struct my_option *opt __attribute__((unused)),
case 'B': case 'B':
status.batch= 1; status.batch= 1;
status.add_to_history= 0; status.add_to_history= 0;
opt_silent++; // more silent set_if_bigger(opt_silent,1); // more silent
break; break;
case 'W': case 'W':
#ifdef __WIN__ #ifdef __WIN__
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment