projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c4c29a
)
(make_path): Quote the other instance, too.
author
Jim Meyering
<jim@meyering.net>
Sun, 30 Jul 2000 16:24:51 +0000
(16:24 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sun, 30 Jul 2000 16:24:51 +0000
(16:24 +0000)
lib/makepath.c
patch
|
blob
|
history
diff --git
a/lib/makepath.c
b/lib/makepath.c
index 55011d58b9f83a9f43998e2a151f35066f613f42..1dc5dae5f166929a46b5dac5130fe126b2074342 100644
(file)
--- 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)
{