author | Ryan C. Gordon <icculus@icculus.org> |
Wed, 05 Nov 2008 21:09:19 -0500 | |
changeset 456 | 39a9be44129d |
parent 455 | d99f47386d51 |
child 457 | 96552d8041bf |
finderrors.c | file | annotate | diff | comparison | revisions |
--- a/finderrors.c Wed Nov 05 20:53:05 2008 -0500 +++ b/finderrors.c Wed Nov 05 21:09:19 2008 -0500 @@ -94,7 +94,7 @@ 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