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

Modified Files:
        maptransform.cc 
Log Message:
fixed copy in laser pose interpolator and many compiler warnings in other 
drivers etc


Index: maptransform.cc
===================================================================
RCS file: /cvsroot/playerstage/code/player/server/drivers/map/maptransform.cc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** maptransform.cc     1 Nov 2007 22:16:19 -0000       1.3
--- maptransform.cc     4 Feb 2008 19:40:27 -0000       1.4
***************
*** 115,119 ****
    // now, get the map data
    player_map_data_t* data_req;
-   size_t reqlen;
    unsigned int i,j;
    unsigned int oi,oj;
--- 115,118 ----
***************
*** 141,145 ****
                                 PLAYER_MSGTYPE_REQ,
                                 PLAYER_MAP_REQ_GET_DATA,
!                                (void*)data_req,reqlen,NULL,false)))
      {
        PLAYER_ERROR("failed to get map info");
--- 140,144 ----
                                 PLAYER_MSGTYPE_REQ,
                                 PLAYER_MAP_REQ_GET_DATA,
!                                (void*)data_req,0,NULL,false)))
      {
        PLAYER_ERROR("failed to get map info");


-------------------------------------------------------------------------
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

Reply via email to