From e7f12cec35be750c5752e898117883a69b31258b Mon Sep 17 00:00:00 2001 From: Thomas Dinges Date: Thu, 9 Aug 2012 23:00:57 +0000 Subject: [PATCH] Cycles Test App: * Fix for changes in the OpenImageIO API. --- intern/cycles/app/cycles_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }