Update of /cvsroot/playerstage/code/player/libplayerxdr
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12968/libplayerxdr
Modified Files:
playerxdrgen.py
Log Message:
applied patches
[ 1892298 ] camera1394: pass messages without copy
[ 1891487 ] allow message publication without copy
Index: playerxdrgen.py
===================================================================
RCS file: /cvsroot/playerstage/code/player/libplayerxdr/playerxdrgen.py,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** playerxdrgen.py 18 Dec 2007 02:10:42 -0000 1.17
--- playerxdrgen.py 15 Feb 2008 08:16:48 -0000 1.18
***************
*** 296,300 ****
if(src->%(varstring)s != NULL && src->%(countvar)s > 0)
{
! if((dest->%(varstring)s =
calloc(src->%(countvar)s,sizeof(%(typestring)s))) == NULL)
return(0);
}
--- 296,300 ----
if(src->%(varstring)s != NULL && src->%(countvar)s > 0)
{
! if((dest->%(varstring)s =
malloc(src->%(countvar)s*sizeof(%(typestring)s))) == NULL)
return(0);
}
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit