find: fgetc() returns int
This commit is contained in:
parent
a9bedca038
commit
7ebf02d749
4
find.c
4
find.c
@ -406,9 +406,9 @@ pri_exec(struct arg *arg)
|
|||||||
static int
|
static int
|
||||||
pri_ok(struct arg *arg)
|
pri_ok(struct arg *arg)
|
||||||
{
|
{
|
||||||
int status;
|
int status, reply;
|
||||||
pid_t pid;
|
pid_t pid;
|
||||||
char ***brace, reply, buf[256];
|
char ***brace, buf[256];
|
||||||
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);
|
||||||
|
Loading…
Reference in New Issue
Block a user