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
51094329
Commit
51094329
authored
Aug 25, 2003
by
Alexandre Duret-Lutz
Browse files
* src/tgba/state.hh (state_ptr_less_than): Make sure left is
non-null. Suggested by Denis Poitreneaud.
parent
18a8037a
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
51094329
2003-08-25 Alexandre Duret-Lutz <aduret@src.lip6.fr>
* src/tgba/state.hh (state_ptr_less_than): Make sure left is
non-null. Suggested by Denis Poitreneaud.
2003-08-23 Alexandre Duret-Lutz <aduret@src.lip6.fr>
* wrap/python/Makefile.am (MAINTAINERCLEANFILES): Add
...
...
src/tgba/state.hh
View file @
51094329
...
...
@@ -46,6 +46,7 @@ namespace spot
bool
operator
()(
const
state
*
left
,
const
state
*
right
)
const
{
assert
(
left
);
return
left
->
compare
(
right
)
<
0
;
}
};
...
...
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