* src/bin/ltl2tgba.cc: Fix cases where --stats is not used...
This commit is contained in:
parent
f3a2675588
commit
64f0f653e3
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ spot::postprocessor::output_pref pref = spot::postprocessor::Small;
|
||||||
spot::postprocessor::optimization_level level = spot::postprocessor::High;
|
spot::postprocessor::optimization_level level = spot::postprocessor::High;
|
||||||
enum output_format { Dot, Lbtt, Spin, Spot, Stats } format = Dot;
|
enum output_format { Dot, Lbtt, Spin, Spot, Stats } format = Dot;
|
||||||
bool utf8 = false;
|
bool utf8 = false;
|
||||||
const char* stats = 0;
|
const char* stats = "";
|
||||||
|
|
||||||
static int
|
static int
|
||||||
parse_opt(int key, char* arg, struct argp_state*)
|
parse_opt(int key, char* arg, struct argp_state*)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue