From 807e4afbed9f2802b02f35b738661126e0295bc9 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Tue, 18 Sep 2007 12:08:04 +0000 Subject: Don't space separate the options --- src/mountinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mountinfo.c') diff --git a/src/mountinfo.c b/src/mountinfo.c index dd7ca4e8..7ee663ae 100644 --- a/src/mountinfo.c +++ b/src/mountinfo.c @@ -176,7 +176,7 @@ static char **find_mounts (struct args *args) options = rc_xstrdup (o->o_name); else { char *tmp = NULL; - asprintf (&tmp, "%s, %s", options, o->o_name); + asprintf (&tmp, "%s,%s", options, o->o_name); free (options); options = tmp; } -- cgit v1.2.3