ltlcross: missing newline in error message.
* src/bin/ltlcross.cc: Add that missing new line. * NEWS: Mention it.
This commit is contained in:
parent
5046f6d9db
commit
734e203b65
2 changed files with 4 additions and 3 deletions
3
NEWS
3
NEWS
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue