[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [11250] branches/soc-2007-maike/source/ blender/include/BIF_glsl_colorband.h: Unsigned was written as usigned

Miguel Torres Lima torreslima at gmail.com
Thu Jul 12 20:07:08 CEST 2007


Revision: 11250
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=11250
Author:   maike
Date:     2007-07-12 20:07:08 +0200 (Thu, 12 Jul 2007)

Log Message:
-----------
Unsigned was written as usigned

Modified Paths:
--------------
    branches/soc-2007-maike/source/blender/include/BIF_glsl_colorband.h

Modified: branches/soc-2007-maike/source/blender/include/BIF_glsl_colorband.h
===================================================================
--- branches/soc-2007-maike/source/blender/include/BIF_glsl_colorband.h	2007-07-12 17:54:47 UTC (rev 11249)
+++ branches/soc-2007-maike/source/blender/include/BIF_glsl_colorband.h	2007-07-12 18:07:08 UTC (rev 11250)
@@ -8,7 +8,7 @@
   struct ColorBand *colorband;
   short index;
 #ifdef __APPLE__
-  usigned long texid;
+  unsigned long texid;
 #else
   unsigned int texid;
 #endif





More information about the Bf-blender-cvs mailing list