From: Jim Meyering Date: Tue, 15 Jul 2003 07:01:49 +0000 (+0000) Subject: (make_path): Enclose diagnostic in _(...). X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef22f820aaa3b8eac7e94238a848521a73aec44d;p=pspp (make_path): Enclose diagnostic in _(...). --- diff --git a/lib/makepath.c b/lib/makepath.c index 42a0cf5402..0f20bcde9e 100644 --- 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; }