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

Modified Files:
        fakelocalize.cc 
Log Message:
replaced non portable uint with uint32_t


Index: fakelocalize.cc
===================================================================
RCS file: 
/cvsroot/playerstage/code/player/server/drivers/localization/fakelocalize.cc,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** fakelocalize.cc     21 Sep 2007 15:46:36 -0000      1.13
--- fakelocalize.cc     24 Oct 2007 22:32:04 -0000      1.14
***************
*** 354,358 ****
          
          resp.particles_count = 1;
!         for(uint i=0;i<resp.particles_count;i++)
            {
              resp.particles[i].pose.px = ans->pose.px;
--- 354,358 ----
          
          resp.particles_count = 1;
!         for(uint32_t i=0;i<resp.particles_count;i++)
            {
              resp.particles[i].pose.px = ans->pose.px;


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