From a0ce354e6dba4a702f1b7c0f275fccbf6a286868 Mon Sep 17 00:00:00 2001 From: jay Date: Thu, 20 Dec 2007 10:05:44 +0000 Subject: [PATCH] Installed typo fix from Clytie Siddall --- ChangeLog | 7 +++++++ find/find.c | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2bc5686..54d7981 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2007-12-20 Clytie Siddall (tiny change) + + * find/find.c (wd_sanity_check): Corrected typo in the format + string for an error message, which might cause a crash in + "oldfind" if a directory we moved into turned out to be a symbolic + link that moved while we were trying to change directory. + 2007-12-20 James Youngman * configure.ac: Advance the version number, as we are moving on diff --git a/find/find.c b/find/find.c index 7022d05..c14d2bf 100644 --- a/find/find.c +++ b/find/find.c @@ -527,7 +527,7 @@ wd_sanity_check(const char *thing_to_stat, error ((isfatal == FATAL_IF_SANITY_CHECK_FAILS) ? 1 : 0, 0, /* no relevant errno value */ _("%1$s%2$s changed during execution of %3$s " - "(old inode number %4$ld, new inode number %5$ld, file system type is %5$s) [ref %7$ld]"), + "(old inode number %4$ld, new inode number %5$ld, file system type is %6$s) [ref %7$ld]"), safely_quote_err_filename(0, specific_what), parent ? "/.." : "", safely_quote_err_filename(1, progname), -- 2.11.4.GIT