Revision: 32684
          
http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=32684
Author:   jesterking
Date:     2010-10-24 14:54:52 +0200 (Sun, 24 Oct 2010)

Log Message:
-----------
Remove the unsigned, since totbits is signed too.

Modified Paths:
--------------
    trunk/blender/source/blender/blenkernel/intern/ipo.c

Modified: trunk/blender/source/blender/blenkernel/intern/ipo.c
===================================================================
--- trunk/blender/source/blender/blenkernel/intern/ipo.c        2010-10-24 
12:45:47 UTC (rev 32683)
+++ trunk/blender/source/blender/blenkernel/intern/ipo.c        2010-10-24 
12:54:52 UTC (rev 32684)
@@ -1175,7 +1175,7 @@
        abp= adrcode_bitmaps_to_paths(icu->blocktype, icu->adrcode, &totbits);
        if (abp && totbits) {
                FCurve *fcurve;
-               unsigned int b;
+               int b;
                
                if (G.f & G_DEBUG) printf("\tconvert bitflag ipocurve, totbits 
= %d \n", totbits);
                


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

Reply via email to