Skip to content
Snippets Groups Projects
Commit dc2bff82 authored by Albert Gräf's avatar Albert Gräf
Browse files

Backport rev. e294b129.

parent 8e69d3c3
No related branches found
No related tags found
No related merge requests found
...@@ -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;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment