[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [28310] branches/render25/source/blender/ blenloader/intern/undofile.c: oops

Joseph Eagar joeedh at gmail.com
Tue Apr 20 18:30:35 CEST 2010


Revision: 28310
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=28310
Author:   joeedh
Date:     2010-04-20 18:30:34 +0200 (Tue, 20 Apr 2010)

Log Message:
-----------
oops

Modified Paths:
--------------
    branches/render25/source/blender/blenloader/intern/undofile.c

Modified: branches/render25/source/blender/blenloader/intern/undofile.c
===================================================================
--- branches/render25/source/blender/blenloader/intern/undofile.c	2010-04-20 16:30:08 UTC (rev 28309)
+++ branches/render25/source/blender/blenloader/intern/undofile.c	2010-04-20 16:30:34 UTC (rev 28310)
@@ -119,7 +119,7 @@
 	BLI_addtail(&current->chunks, curchunk);
 	
 	/* we compare compchunk with buf */
-	if(0) { //compchunk) {
+	if(compchunk) {
 		if(compchunk->size == curchunk->size) {
 			if( my_memcmp((int *)compchunk->buf, (int *)buf, size/4)==0) {
 				curchunk->buf= compchunk->buf;





More information about the Bf-blender-cvs mailing list