glcpp: Rename "errors" to "info_log."
Eventually, we'll want to be be able to print out warnings as well.
This commit is contained in:
+1
-1
@@ -36,7 +36,7 @@ main (void)
|
||||
ret = glcpp_parser_parse (parser);
|
||||
|
||||
printf("%s", parser->output);
|
||||
fprintf(stderr, "%s", parser->errors);
|
||||
fprintf(stderr, "%s", parser->info_log);
|
||||
|
||||
glcpp_parser_destroy (parser);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user