Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Srashti Mittal
purr-data
Commits
dc2bff82
Commit
dc2bff82
authored
Oct 13, 2020
by
Albert Gräf
Browse files
Backport rev.
e294b129
.
parent
8e69d3c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
externals/zexy/src/strcmp.c
View file @
dc2bff82
...
@@ -80,7 +80,7 @@ static void list2binbuf(t_binbuf**bbuf, int *n, char**str, int argc,
...
@@ -80,7 +80,7 @@ static void list2binbuf(t_binbuf**bbuf, int *n, char**str, int argc,
i
=*
n
;
i
=*
n
;
s
=*
str
;
s
=*
str
;
if
(
' '
==
s
[
i
])
{
if
(
s
&&
' '
==
s
[
i
])
{
s
[
i
]
=
0
;
s
[
i
]
=
0
;
}
}
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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