[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [32035] trunk/blender/source/blender/ quicktime/apple/quicktime_import.c: nerr declaration was in wrong place, causing compile error on OSX

Nathan Letwory nathan at letworyinteractive.com
Tue Sep 21 04:45:14 CEST 2010


Revision: 32035
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=32035
Author:   jesterking
Date:     2010-09-21 04:45:00 +0200 (Tue, 21 Sep 2010)

Log Message:
-----------
nerr declaration was in wrong place, causing compile error on OSX

Modified Paths:
--------------
    trunk/blender/source/blender/quicktime/apple/quicktime_import.c

Modified: trunk/blender/source/blender/quicktime/apple/quicktime_import.c
===================================================================
--- trunk/blender/source/blender/quicktime/apple/quicktime_import.c	2010-09-21 01:40:20 UTC (rev 32034)
+++ trunk/blender/source/blender/quicktime/apple/quicktime_import.c	2010-09-21 02:45:00 UTC (rev 32035)
@@ -89,8 +89,8 @@
 
 void quicktime_init(void)
 {
+	OSErr nerr;
 #ifdef _WIN32
-	OSErr nerr;
 	QTLoadLibrary("QTCF.dll");
 	nerr = InitializeQTML(0);
 	if (nerr != noErr) {





More information about the Bf-blender-cvs mailing list