Don't space separate the options
This commit is contained in:
parent
936dc94351
commit
807e4afbed
@ -176,7 +176,7 @@ static char **find_mounts (struct args *args)
|
|||||||
options = rc_xstrdup (o->o_name);
|
options = rc_xstrdup (o->o_name);
|
||||||
else {
|
else {
|
||||||
char *tmp = NULL;
|
char *tmp = NULL;
|
||||||
asprintf (&tmp, "%s, %s", options, o->o_name);
|
asprintf (&tmp, "%s,%s", options, o->o_name);
|
||||||
free (options);
|
free (options);
|
||||||
options = tmp;
|
options = tmp;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user