[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [46773] branches/soc-2011-tomato/source/ blender/blenloader/intern/readfile.c: correct error in last commit

Campbell Barton ideasman42 at gmail.com
Fri May 18 15:13:42 CEST 2012


Revision: 46773
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=46773
Author:   campbellbarton
Date:     2012-05-18 13:13:42 +0000 (Fri, 18 May 2012)
Log Message:
-----------
correct error in last commit

Modified Paths:
--------------
    branches/soc-2011-tomato/source/blender/blenloader/intern/readfile.c

Modified: branches/soc-2011-tomato/source/blender/blenloader/intern/readfile.c
===================================================================
--- branches/soc-2011-tomato/source/blender/blenloader/intern/readfile.c	2012-05-18 12:51:11 UTC (rev 46772)
+++ branches/soc-2011-tomato/source/blender/blenloader/intern/readfile.c	2012-05-18 13:13:42 UTC (rev 46773)
@@ -6332,7 +6332,7 @@
 			while (maskobj) {
 				MaskSpline *spline;
 
-				maskobj = maskobj->splines.first;
+				spline = maskobj->splines.first;
 				while (spline) {
 					int i;
 




More information about the Bf-blender-cvs mailing list