[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [16523] trunk/blender/source/blender/src/ keyframing.c: error in last commit

Campbell Barton ideasman42 at gmail.com
Sun Sep 14 19:26:38 CEST 2008


Revision: 16523
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=16523
Author:   campbellbarton
Date:     2008-09-14 19:26:38 +0200 (Sun, 14 Sep 2008)

Log Message:
-----------
error in last commit

Modified Paths:
--------------
    trunk/blender/source/blender/src/keyframing.c

Modified: trunk/blender/source/blender/src/keyframing.c
===================================================================
--- trunk/blender/source/blender/src/keyframing.c	2008-09-14 17:19:59 UTC (rev 16522)
+++ trunk/blender/source/blender/src/keyframing.c	2008-09-14 17:26:38 UTC (rev 16523)
@@ -702,7 +702,7 @@
 	}
 	
 	/* as the function hasn't returned yet, try reading from poin */
-	point= get_context_ipo_poin(id, blocktype, actname, constname, icu, &vartype);
+	poin= get_context_ipo_poin(id, blocktype, actname, constname, icu, &vartype);
 	if (poin)
 		return read_ipo_poin(poin, vartype);
 	else





More information about the Bf-blender-cvs mailing list