Update of /cvsroot/playerstage/code/player/server/drivers/base
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10946/server/drivers/base
Modified Files:
imagebase.cc
Log Message:
applied Toby's patch to replace fixed-size arrays
Index: imagebase.cc
===================================================================
RCS file: /cvsroot/playerstage/code/player/server/drivers/base/imagebase.cc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** imagebase.cc 23 Aug 2007 19:58:42 -0000 1.2
--- imagebase.cc 1 Nov 2007 22:16:17 -0000 1.3
***************
*** 29,32 ****
--- 29,33 ----
#include "imagebase.h"
+ #include <libplayerxdr/playerxdr.h>
////////////////////////////////////////////////////////////////////////////////
***************
*** 119,123 ****
if (!HaveData)
{
! memcpy(&stored_data, data,hdr->size);
HaveData = true;
}
--- 120,124 ----
if (!HaveData)
{
! player_camera_data_t_copy(&stored_data, (player_camera_data_t
*)data);
HaveData = true;
}
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit