changeset 1156 | 6e760a19f456 |
parent 1104 | 9147482e1ec7 |
--- a/utils/testoutput.c Mon Apr 25 02:54:04 2016 -0400 +++ b/utils/testoutput.c Mon Apr 25 02:55:29 2016 -0400 @@ -16,7 +16,7 @@ const MOJOSHADER_parseData *pd; int retval = 0; - pd = MOJOSHADER_parse(prof, buf, len, NULL, 0, NULL, 0, NULL, NULL, NULL); + pd = MOJOSHADER_parse(prof, NULL, buf, len, NULL, 0, NULL, 0, NULL, NULL, NULL); if (pd->error_count > 0) { int i;