From: Jim Meyering Date: Sun, 30 Jul 2000 16:24:51 +0000 (+0000) Subject: (make_path): Quote the other instance, too. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76368237de9cfd7ba86350b1163305941483ea2e;p=pspp (make_path): Quote the other instance, too. --- diff --git a/lib/makepath.c b/lib/makepath.c index 55011d58b9..1dc5dae5f1 100644 --- a/lib/makepath.c +++ b/lib/makepath.c @@ -370,7 +370,7 @@ make_path (const char *argpath, umask (oldmask); if (verbose_fmt_string != NULL) - error (0, 0, verbose_fmt_string, dirpath); + error (0, 0, verbose_fmt_string, quote (dirpath)); if (owner != (uid_t) -1 || group != (gid_t) -1) {