From 614cf2b06b35d762ecd91fcedc9332777c793c10 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 30 Jul 2000 17:08:05 +0000 Subject: Convert "`%s'" in format strings to "%s", and wrap each corresponding argument in a `quote (...)' call. --- src/cp-hash.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/cp-hash.c b/src/cp-hash.c index c919b0411..6658ca169 100644 --- a/src/cp-hash.c +++ b/src/cp-hash.c @@ -27,6 +27,7 @@ #include "system.h" #include "error.h" #include "cp-hash.h" +#include "quote.h" struct entry { @@ -60,7 +61,7 @@ remember_created (const char *path) if (stat (path, &sb) < 0) { - error (0, errno, "%s", path); + error (0, errno, "%s", quote (path)); return 1; } -- cgit v1.2.3-70-g09d2