* iface/gspn/ltlgspn.cc (main): Typo, use MIN_ARG.
This commit is contained in:
parent
c9d438aef4
commit
e481e1218e
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2004-01-12 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
||||
|
||||
* iface/gspn/ltlgspn.cc (main): Typo, use MIN_ARG.
|
||||
|
||||
2004-01-09 Alexandre Duret-Lutz <adl@src.lip6.fr>
|
||||
|
||||
* iface/gspn/dcswaveeltl.test, iface/gspn/udcsefm.test,
|
||||
|
|
|
|||
|
|
@ -114,7 +114,7 @@ main(int argc, char **argv)
|
|||
syntax(argv[0]);
|
||||
|
||||
|
||||
while (argc >= formula_index + 3)
|
||||
while (argc >= formula_index + MIN_ARG)
|
||||
{
|
||||
env.declare(argv[argc - 1]);
|
||||
--argc;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue