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
adc40fdc
Commit
adc40fdc
authored
Oct 30, 2016
by
Alexandre Duret-Lutz
Browse files
ltlsmin: revert part of
630e90b9
* spot/ltsmin/ltsmin.cc (compile_model): It does need to modify its first argument.
parent
40ed1205
Changes
1
Hide whitespace changes
Inline
Side-by-side
spot/ltsmin/ltsmin.cc
View file @
adc40fdc
...
...
@@ -943,7 +943,7 @@ namespace spot
// Call spins to compile "foo.prom" as "foo.prom.spins" if the latter
// does not exist already or is older.
static
void
compile_model
(
std
::
string
filename
,
const
std
::
string
&
ext
)
compile_model
(
std
::
string
&
filename
,
const
std
::
string
&
ext
)
{
std
::
string
command
;
std
::
string
compiled_ext
;
...
...
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