[hackers] [sbase] [PATCH 3/3] find: Improve prompt spacing with -ok

From: Wolfgang Corcoran-Mathe <first.lord.of.teal_AT_gmail.com>
Date: Mon, 15 Jun 2015 15:27:38 -0400

---
 find.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/find.c b/find.c
index 3871105..4ce150f 100644
--- a/find.c
+++ b/find.c
_AT_@ -411,7 +411,7 @@ pri_ok(struct arg *arg)
 	char ***brace, c;
 	struct okarg *o = arg->extra.p;
 
-	fprintf(stderr, "%s: %s ?", *o->argv, arg->path);
+	fprintf(stderr, "%s: %s ? ", *o->argv, arg->path);
 	reply = fgetc(stdin);
 
 	/* throw away rest of line */
-- 
2.3.5
Received on Mon Jun 15 2015 - 21:27:38 CEST

This archive was generated by hypermail 2.3.0 : Thu Jun 18 2015 - 17:37:19 CEST