diff options
author | Nathan Scott <nathans@sgi.com> | 2005-08-10 06:00:14 +0000 |
---|---|---|
committer | Nathan Scott <nathans@sgi.com> | 2005-08-10 06:00:14 +0000 |
commit | 3f29f9afac46a93321d554c053a8d5c74e831603 (patch) | |
tree | 17dfca0f344e950cbe99d8af2d8b69448236ac39 /libattr | |
parent | 3c39672164e2de512b7015e8798a55332e4595c9 (diff) | |
download | attr-3f29f9afac46a93321d554c053a8d5c74e831603.tar.gz |
Update Polish translation, and fix an error reporting botch in attr code.
Merge of master-melb:xfs-cmds:23447a by kenmcd.
Diffstat (limited to 'libattr')
-rw-r--r-- | libattr/attr_copy_file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libattr/attr_copy_file.c b/libattr/attr_copy_file.c index b137678..0dbdd98 100644 --- a/libattr/attr_copy_file.c +++ b/libattr/attr_copy_file.c @@ -149,7 +149,7 @@ attr_copy_file(const char *src_path, const char *dst_path, break; } else { const char *qname = quote (ctx, name); - error (ctx, _("setting attribute %s for" + error (ctx, _("setting attribute %s for " "%s"), qname, qpath); quote_free (ctx, qname); ret = -1; |