[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [49746] trunk/blender/intern/cycles/app/ cycles_test.cpp: Cycles Test App:

Thomas Dinges blender at dingto.org
Fri Aug 10 01:00:58 CEST 2012


Revision: 49746
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=49746
Author:   dingto
Date:     2012-08-09 23:00:57 +0000 (Thu, 09 Aug 2012)
Log Message:
-----------
Cycles Test App:
* Fix for changes in the OpenImageIO API. 

Modified Paths:
--------------
    trunk/blender/intern/cycles/app/cycles_test.cpp

Modified: trunk/blender/intern/cycles/app/cycles_test.cpp
===================================================================
--- trunk/blender/intern/cycles/app/cycles_test.cpp	2012-08-09 22:43:10 UTC (rev 49745)
+++ trunk/blender/intern/cycles/app/cycles_test.cpp	2012-08-09 23:00:57 UTC (rev 49746)
@@ -245,7 +245,7 @@
 		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);
 	}




More information about the Bf-blender-cvs mailing list