[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [21945] branches/blender2.5/blender/source /blender/editors/space_outliner/outliner.c: small msvc fix

Shaul Kedem shaul_kedem at yahoo.com
Mon Jul 27 21:33:06 CEST 2009


Revision: 21945
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=21945
Author:   shul
Date:     2009-07-27 21:33:06 +0200 (Mon, 27 Jul 2009)

Log Message:
-----------
small msvc fix

Modified Paths:
--------------
    branches/blender2.5/blender/source/blender/editors/space_outliner/outliner.c

Modified: branches/blender2.5/blender/source/blender/editors/space_outliner/outliner.c
===================================================================
--- branches/blender2.5/blender/source/blender/editors/space_outliner/outliner.c	2009-07-27 19:31:24 UTC (rev 21944)
+++ branches/blender2.5/blender/source/blender/editors/space_outliner/outliner.c	2009-07-27 19:33:06 UTC (rev 21945)
@@ -561,7 +561,7 @@
 	TreeElement *te;
 	TreeStoreElem *tselem;
 	ID *id= idv;
-	int a;
+	int a = 0;
 	
 	if(ELEM3(type, TSE_RNA_STRUCT, TSE_RNA_PROPERTY, TSE_RNA_ARRAY_ELEM)) {
 		id= ((PointerRNA*)idv)->id.data;





More information about the Bf-blender-cvs mailing list