SOURCES: blender-cast.patch - cast to size_t instead of int

wrobell wrobell at pld-linux.org
Fri Sep 29 14:35:13 CEST 2006


Author: wrobell                      Date: Fri Sep 29 12:35:13 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- cast to size_t instead of int

---- Files affected:
SOURCES:
   blender-cast.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/blender-cast.patch
diff -u SOURCES/blender-cast.patch:1.1 SOURCES/blender-cast.patch:1.2
--- SOURCES/blender-cast.patch:1.1	Fri Sep 29 14:00:26 2006
+++ SOURCES/blender-cast.patch	Fri Sep 29 14:35:08 2006
@@ -5,7 +5,7 @@
  	(inquiry)listvalue_bufferlen,//(inquiry)buffer_length, /*sq_length*/
  	(binaryfunc)listvalue_buffer_concat, /*sq_concat*/
 -	0,//(intargfunc)buffer_repeat, /*sq_repeat*/
-+	(intargfunc)0,//(intargfunc)buffer_repeat, /*sq_repeat*/
++	(ssizeargfunc)0,//(intargfunc)buffer_repeat, /*sq_repeat*/
  	(intargfunc)listvalue_buffer_item, /*sq_item*/
  	(intintargfunc)listvalue_buffer_slice, /*sq_slice*/
 -	0,//(intobjargproc)buffer_ass_item, /*sq_ass_item*/
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/blender-cast.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list