find: Improve prompt spacing with -ok
This commit is contained in:
parent
cf769f2d8d
commit
6e7cbdd918
2
find.c
2
find.c
|
@ -411,7 +411,7 @@ pri_ok(struct arg *arg)
|
||||||
char ***brace, c;
|
char ***brace, c;
|
||||||
struct okarg *o = arg->extra.p;
|
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);
|
reply = fgetc(stdin);
|
||||||
|
|
||||||
/* throw away rest of line */
|
/* throw away rest of line */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user