* src/bin/ltl2tgba.cc: Fix cases where --stats is not used...

This commit is contained in:
Alexandre Duret-Lutz 2012-09-19 22:13:41 +02:00
parent f3a2675588
commit 64f0f653e3

View file

@ -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*)