Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
e481e121
Commit
e481e121
authored
Jan 12, 2004
by
Alexandre Duret-Lutz
Browse files
* iface/gspn/ltlgspn.cc (main): Typo, use MIN_ARG.
parent
c9d438ae
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
e481e121
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,
...
...
iface/gspn/ltlgspn.cc
View file @
e481e121
...
...
@@ -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
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment