* iface/gspn/ltlgspn.cc (main): Allow invocations with

only one atomic proposition.
This commit is contained in:
Alexandre Duret-Lutz 2003-10-15 09:51:01 +00:00
parent fec0d60886
commit 22a53800d9
2 changed files with 6 additions and 1 deletions

View file

@ -66,7 +66,7 @@ main(int argc, char **argv)
}
++formula_index;
}
if (argc < formula_index + 4)
if (argc < formula_index + 3)
syntax(argv[0]);