Cycles Test App:

* Fix for changes in the OpenImageIO API.
This commit is contained in:
Thomas Dinges 2012-08-09 23:00:57 +00:00
parent e922b72a68
commit e7f12cec35

@ -245,7 +245,7 @@ static void options_parse(int argc, const char **argv)
NULL);
if(ap.parse(argc, argv) < 0) {
fprintf(stderr, "%s\n", ap.error_message().c_str());
fprintf(stderr, "%s\n", ap.geterror().c_str());
ap.usage();
exit(EXIT_FAILURE);
}