Skip to content
GitLab
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
734e203b
Commit
734e203b
authored
Jul 25, 2013
by
Alexandre Duret-Lutz
Browse files
ltlcross: missing newline in error message.
* src/bin/ltlcross.cc: Add that missing new line. * NEWS: Mention it.
parent
5046f6d9
Changes
2
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
734e203b
...
...
@@ -5,7 +5,8 @@ New in spot 1.1.3a (not released)
parse guards of the form (a) || (b) output by ltl2ba or
ltl3ba, and would only understand ((a) || (b)).
- When used from ltlcross, the same parser would fail to
parser further neverclaims after the first failure.
parse further neverclaims after the first failure.
- Add a missing newline in some error message of ltlcross.
New in spot 1.1.3 (2013-07-09)
...
...
src/bin/ltlcross.cc
View file @
734e203b
...
...
@@ -805,9 +805,9 @@ namespace
}
err
<<
"} when evaluating "
;
if
(
products
>
1
)
err
<<
"state-space #"
<<
p
<<
"/"
<<
products
;
err
<<
"state-space #"
<<
p
<<
"/"
<<
products
<<
"
\n
"
;
else
err
<<
"the state-space"
;
err
<<
"the state-space
\n
"
;
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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