Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shuvam Sanati
purr-data
Commits
c31c4252
Commit
c31c4252
authored
Oct 13, 2020
by
Albert Gräf
Browse files
Backport rev.
3cf58d70
.
parent
d4338b9a
Changes
1
Show whitespace changes
Inline
Side-by-side
externals/zexy/src/strcmp.c
View file @
c31c4252
...
...
@@ -76,13 +76,12 @@ static void list2binbuf(t_binbuf**bbuf, int *n, char**str, int argc,
binbuf_clear
(
*
bbuf
);
binbuf_add
(
*
bbuf
,
argc
,
argv
);
binbuf_gettext
(
*
bbuf
,
str
,
n
);
i
=*
n
;
s
=*
str
;
binbuf_gettext
(
*
bbuf
,
str
,
&
i
);
if
(
s
&&
' '
==
s
[
i
])
{
s
[
i
]
=
0
;
}
s
=
t_resizebytes
(
*
str
,
i
,
i
+
1
);
s
[
i
]
=
0
;
*
str
=
s
;
*
n
=
i
+
1
;
}
static
void
strcmp_list
(
t_strcmp
*
x
,
t_symbol
*
UNUSED
(
s
),
int
argc
,
...
...
Write
Preview
Markdown
is supported
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