Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Dinges <blender@dingto.org>2012-08-10 03:00:57 +0400
committerThomas Dinges <blender@dingto.org>2012-08-10 03:00:57 +0400
commite7f12cec35be750c5752e898117883a69b31258b (patch)
tree4d18ab9867c19a7aa040da1e6cc3b288d4975199 /intern/cycles/app
parente922b72a68bbaeeb0ade51f0251c0a128d7c216d (diff)
Cycles Test App:
* Fix for changes in the OpenImageIO API.
Diffstat (limited to 'intern/cycles/app')
-rw-r--r--intern/cycles/app/cycles_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/app/cycles_test.cpp b/intern/cycles/app/cycles_test.cpp
index f5890998adc..75f76efc8e1 100644
--- a/intern/cycles/app/cycles_test.cpp
+++ b/intern/cycles/app/cycles_test.cpp
@@ -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);
}