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
clean-and-itasks
sapl-interpreter
Commits
01ab7543
Commit
01ab7543
authored
Apr 04, 2016
by
Laszlo Domoszlai
Browse files
fix bug
parent
ee8bda56
Changes
1
Hide whitespace changes
Inline
Side-by-side
interpreter/prim.c
View file @
01ab7543
...
@@ -832,7 +832,7 @@ void __ltS(int dst_idx)
...
@@ -832,7 +832,7 @@ void __ltS(int dst_idx)
result
=
length1
<
length2
;
result
=
length1
<
length2
;
int
i
=
0
;
int
i
=
0
;
while
(
i
<
length1
)
while
(
i
<
length1
&&
i
<
length2
)
{
{
if
(
chars1
[
i
]
!=
chars2
[
i
])
if
(
chars1
[
i
]
!=
chars2
[
i
])
{
{
...
...
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