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);
        }

_______________________________________________
Bf-blender-cvs mailing list
Bf-blender-cvs@blender.org
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to