Update of /cvsroot/playerstage/code/player/server/drivers/position/lasersafe
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14026/server/drivers/position/lasersafe

Modified Files:
        lasersafe.cc 
Log Message:
fixed some formatting and compiler warnings

Index: lasersafe.cc
===================================================================
RCS file: 
/cvsroot/playerstage/code/player/server/drivers/position/lasersafe/lasersafe.cc,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** lasersafe.cc        23 Aug 2007 19:58:47 -0000      1.5
--- lasersafe.cc        2 Dec 2007 09:11:12 -0000       1.6
***************
*** 343,347 ****
        Blocked = true;
        Unlock ();
!       player_position2d_cmd_vel_t NullCmd = {0};
  
        position->PutMsg (InQueue, PLAYER_MSGTYPE_CMD, 
PLAYER_POSITION2D_CMD_VEL, &NullCmd, sizeof (NullCmd), NULL);
--- 343,347 ----
        Blocked = true;
        Unlock ();
!       player_position2d_cmd_vel_t NullCmd = {{0}};
  
        position->PutMsg (InQueue, PLAYER_MSGTYPE_CMD, 
PLAYER_POSITION2D_CMD_VEL, &NullCmd, sizeof (NullCmd), NULL);


-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to