From 71a3f21b875583286b31ff9c3ae165739b21e7f9 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Wed, 5 Nov 2008 21:09:19 -0500 Subject: [PATCH] Patched to compile. --- finderrors.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/finderrors.c b/finderrors.c index 90d2aa35..f71eec8a 100644 --- a/finderrors.c +++ b/finderrors.c @@ -94,7 +94,7 @@ static int do_file(const char *profile, const char *dname, const char *fn, int * MOJOSHADER_glDeleteShader(shader); } #else - const MOJOSHADER_parseData *pd = MOJOSHADER_parse(profile, buf, rc, 0, 0, 0); + const MOJOSHADER_parseData *pd = MOJOSHADER_parse(profile, buf, rc, NULL, 0, NULL, NULL, NULL); if (pd->error != NULL) report("FAIL: %s %s\n", fname, pd->error); else