From caa093140a5540442f40f65fbf8cf596bb6066a9 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Wed, 14 Dec 2005 23:25:00 +0000 Subject: fix --- lib/fuse_opt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/fuse_opt.c') diff --git a/lib/fuse_opt.c b/lib/fuse_opt.c index 4eb4eed..a0ed4ac 100644 --- a/lib/fuse_opt.c +++ b/lib/fuse_opt.c @@ -114,7 +114,7 @@ static int call_proc(struct fuse_opt_context *ctx, const char *arg, int key, int iso) { if (ctx->proc) { - int res = ctx->proc(ctx->data, arg, key); + int res = ctx->proc(ctx->data, arg, key, &ctx->argcout, &ctx->argvout); if (res == -1 || !res) return res; } -- cgit v1.2.3