Revision: 26274
          
http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=26274
Author:   broken
Date:     2010-01-26 04:23:15 +0100 (Tue, 26 Jan 2010)

Log Message:
-----------
Fix compilation problem (I'm guessing this is the intention in this line)

Modified Paths:
--------------
    trunk/blender/source/blender/editors/animation/keyframing.c

Modified: trunk/blender/source/blender/editors/animation/keyframing.c
===================================================================
--- trunk/blender/source/blender/editors/animation/keyframing.c 2010-01-26 
03:16:14 UTC (rev 26273)
+++ trunk/blender/source/blender/editors/animation/keyframing.c 2010-01-26 
03:23:15 UTC (rev 26274)
@@ -920,7 +920,7 @@
        /* sanity checks */
        if ELEM(NULL, id, adt) {
                printf("ERROR: no ID-block and/or AnimData to delete keyframe 
from \n");
-               break;
+               return;
        }       
        
        /* get F-Curve


_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to