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
6c1152d8
Commit
6c1152d8
authored
Nov 05, 2004
by
Alexandre Duret-Lutz
Browse files
* src/tgbaalgos/rundotdec.cc (tgba_run_dotty_decorator::link_decl):
Typo.
parent
9444d84a
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
6c1152d8
2004-11-05 Alexandre Duret-Lutz <adl@src.lip6.fr>
* src/tgbaalgos/rundotdec.cc (tgba_run_dotty_decorator::link_decl):
Typo.
2004-11-04 Alexandre Duret-Lutz <adl@src.lip6.fr>
* src/tgbaalgos/neverclaim.cc (never_claim_bfs::process_link):
...
...
src/tgbaalgos/rundotdec.cc
View file @
6c1152d8
...
...
@@ -129,7 +129,7 @@ namespace spot
if
(
in_prefix
||
in_cycle
)
{
std
::
string
color
=
in_prefix
?
(
in_cycle
?
"violet"
:
"blue"
)
:
"red"
;
color
=
in_prefix
?
(
in_cycle
?
"violet"
:
"blue"
)
:
"red"
;
return
(
"[label=
\"
"
+
os
.
str
()
+
label
+
"
\"
, style=bold, color="
+
color
+
"]"
);
...
...
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