projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
757bd39
)
(make_path): Enclose diagnostic in _(...).
author
Jim Meyering
<jim@meyering.net>
Tue, 15 Jul 2003 07:01:49 +0000
(07:01 +0000)
committer
Jim Meyering
<jim@meyering.net>
Tue, 15 Jul 2003 07:01:49 +0000
(07:01 +0000)
lib/makepath.c
patch
|
blob
|
history
diff --git
a/lib/makepath.c
b/lib/makepath.c
index 42a0cf5402309193475380a7eb5d279bcb632068..0f20bcde9e12b70d805d9d131d4618c2b9a2d01a 100644
(file)
--- a/
lib/makepath.c
+++ b/
lib/makepath.c
@@
-386,7
+386,7
@@
make_path (const char *argpath,
*(p->dirname_end) = '\0';
if (chmod (dirpath, parent_mode))
{
- error (0, errno,
"cannot change permissions of %s"
,
+ error (0, errno,
_("cannot change permissions of %s")
,
quote (dirpath));
retval = 1;
}