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
bceb54c8
Commit
bceb54c8
authored
Feb 09, 2016
by
Alexandre Duret-Lutz
Browse files
* spot/ltsmin/ltsmin.cc (format_state): Thinko.
parent
a3179396
Changes
1
Hide whitespace changes
Inline
Side-by-side
spot/ltsmin/ltsmin.cc
View file @
bceb54c8
...
...
@@ -904,6 +904,8 @@ namespace spot
if
(
!
format_filter_
[
i
])
{
++
i
;
if
(
i
==
state_size_
)
break
;
continue
;
}
res
<<
vname_
[
i
]
<<
'='
<<
vars
[
i
];
...
...
Alexandre Duret-Lutz
@adl
mentioned in issue
#141 (closed)
·
Feb 10, 2016
mentioned in issue
#141 (closed)
mentioned in issue #141
Toggle commit list
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