find: fgetc() returns int

This commit is contained in:
Hiltjo Posthuma 2015-03-27 17:08:25 +01:00
parent a9bedca038
commit 7ebf02d749
1 changed files with 2 additions and 2 deletions

4
find.c
View File

@ -406,9 +406,9 @@ pri_exec(struct arg *arg)
static int
pri_ok(struct arg *arg)
{
int status;
int status, reply;
pid_t pid;
char ***brace, reply, buf[256];
char ***brace, buf[256];
struct okarg *o = arg->extra.p;
fprintf(stderr, "%s: %s ?", *o->argv, arg->path);