commit | 33eaa3e0b3a8f94c2abb23ac3c9cbe571f170fb6 | [log] [tgz] |
---|---|---|
author | Kenneth Graunke <kenneth@whitecape.org> | Fri Jun 18 19:52:36 2010 -0700 |
committer | Kenneth Graunke <kenneth@whitecape.org> | Mon Jun 21 12:38:39 2010 -0700 |
tree | 10e52bcbd713a687e7d16618d82befaf6acd7782 | |
parent | 03ee33809f2e5c6ecff827188ec33be5a9397c16 [diff] [blame] |
glcpp: Rename "errors" to "info_log." Eventually, we'll want to be be able to print out warnings as well.
diff --git a/glcpp/glcpp.c b/glcpp/glcpp.c index d204eee..8ba4661 100644 --- a/glcpp/glcpp.c +++ b/glcpp/glcpp.c
@@ -36,7 +36,7 @@ ret = glcpp_parser_parse (parser); printf("%s", parser->output); - fprintf(stderr, "%s", parser->errors); + fprintf(stderr, "%s", parser->info_log); glcpp_parser_destroy (parser);