SOURCES: blender-cast.patch - typo
wrobell
wrobell at pld-linux.org
Fri Sep 29 16:12:12 CEST 2006
Author: wrobell Date: Fri Sep 29 14:12:12 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- typo
---- Files affected:
SOURCES:
blender-cast.patch (1.4 -> 1.5)
---- Diffs:
================================================================
Index: SOURCES/blender-cast.patch
diff -u SOURCES/blender-cast.patch:1.4 SOURCES/blender-cast.patch:1.5
--- SOURCES/blender-cast.patch:1.4 Fri Sep 29 16:06:44 2006
+++ SOURCES/blender-cast.patch Fri Sep 29 16:12:06 2006
@@ -1,5 +1,5 @@
--- blender-2.42a/source/gameengine/Expressions/ListValue.cpp.orig 2004-06-07 12:03:11.000000000 +0100
-+++ blender-2.42a/source/gameengine/Expressions/ListValue.cpp 2006-09-29 15:05:36.000000000 +0100
++++ blender-2.42a/source/gameengine/Expressions/ListValue.cpp 2006-09-29 15:10:27.000000000 +0100
@@ -23,12 +23,12 @@
#include <config.h>
#endif
@@ -40,7 +40,7 @@
+ (ssizeargfunc)listvalue_buffer_item, /*sq_item*/
+ (ssizessizeargfunc)listvalue_buffer_slice, /*sq_slice*/
+ (ssizeobjargproc)0,//(intobjargproc)buffer_ass_item, /*sq_ass_item*/
-+ (ssizessizeargfunc)0,//(intintobjargproc)buffer_ass_slice, /*sq_ass_slice*/
++ (ssizessizeobjargproc)0,//(intintobjargproc)buffer_ass_slice, /*sq_ass_slice*/
};
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/blender-cast.patch?r1=1.4&r2=1.5&f=u
More information about the pld-cvs-commit
mailing list