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

Modified Files:
      Tag: b_thjc_dynamic_arrays
        .cvsignore mapfile.cc 
Log Message:
Merged some changes from head a while back

Work on updating drivers, A-J done,  laser is next

Index: .cvsignore
===================================================================
RCS file: /cvsroot/playerstage/code/player/server/drivers/map/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.1.16.1
diff -C2 -d -r1.1 -r1.1.16.1
*** .cvsignore  11 Jun 2004 21:24:36 -0000      1.1
--- .cvsignore  10 Oct 2007 09:26:13 -0000      1.1.16.1
***************
*** 1,2 ****
--- 1,5 ----
  Makefile
  Makefile.in
+ .deps
+ *.la
+ *.a

Index: mapfile.cc
===================================================================
RCS file: /cvsroot/playerstage/code/player/server/drivers/map/mapfile.cc,v
retrieving revision 1.30
retrieving revision 1.30.2.1
diff -C2 -d -r1.30 -r1.30.2.1
*** mapfile.cc  23 Aug 2007 19:58:44 -0000      1.30
--- mapfile.cc  10 Oct 2007 09:26:13 -0000      1.30.2.1
***************
*** 292,301 ****
                             this->device_addr))
    {
-     if(hdr->size != 0)
-     {
-       PLAYER_ERROR2("request is wrong length (%d != %d); ignoring",
-                     hdr->size, sizeof(player_laser_config_t));
-       return(-1);
-     }
      player_map_info_t info;
      info.scale = this->resolution;
--- 292,295 ----


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

Reply via email to