Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
why3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nils Fitinghoff
why3
Commits
f7093a76
Commit
f7093a76
authored
9 years ago
by
David Hauzar
Browse files
Options
Downloads
Patches
Plain Diff
Bugfix to previous commit.
parent
34578b05
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/transform/intro_vc_vars_counterexmp.ml
+1
-1
1 addition, 1 deletion
src/transform/intro_vc_vars_counterexmp.ml
with
1 addition
and
1 deletion
src/transform/intro_vc_vars_counterexmp.ml
+
1
−
1
View file @
f7093a76
...
@@ -210,7 +210,7 @@ let get_location_of_vc task =
...
@@ -210,7 +210,7 @@ let get_location_of_vc task =
even on windows that's not allowed. *)
even on windows that's not allowed. *)
let
split
=
Strings
.
rev_split
'
:
'
loc_str
in
let
split
=
Strings
.
rev_split
'
:
'
loc_str
in
let
loc
=
match
split
with
let
loc
=
match
split
with
|
col2
::
col1
::
line
::
(
_
::
_
)
as
rest
->
|
col2
::
col1
::
line
::
(
(
_
::
_
)
as
rest
)
->
let
line
=
int_of_string
line
in
let
line
=
int_of_string
line
in
let
col1
=
int_of_string
col1
in
let
col1
=
int_of_string
col1
in
let
col2
=
int_of_string
col2
in
let
col2
=
int_of_string
col2
in
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment