[hackers] [sbase] find: Improve prompt spacing with -ok || Wolfgang Corcoran-Mathe

From: <git_AT_suckless.org>
Date: Thu, 18 Jun 2015 15:24:19 +0200 (CEST)

commit 6e7cbdd918d87785b7ba41a09d92f6ab49e0b522
Author: Wolfgang Corcoran-Mathe <first.lord.of.teal_AT_gmail.com>
Date: Mon Jun 15 15:27:38 2015 -0400

    find: Improve prompt spacing with -ok

diff --git a/find.c b/find.c
index 35fab5f..186263b 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 */
Received on Thu Jun 18 2015 - 15:24:19 CEST

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