Update of /cvsroot/playerstage/code/player/utils/playerv
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6070/utils/playerv

Modified Files:
        pv_dev_bumper.c pv_dev_sonar.c 
Log Message:
fixed a couple of uninitialised values


Index: pv_dev_bumper.c
===================================================================
RCS file: /cvsroot/playerstage/code/player/utils/playerv/pv_dev_bumper.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** pv_dev_bumper.c     12 Nov 2007 20:43:42 -0000      1.3
--- pv_dev_bumper.c     29 Feb 2008 04:02:37 -0000      1.4
***************
*** 69,72 ****
--- 69,73 ----
  
    bumper->fig_count = 0;
+   bumper->scan_fig = NULL;
    return bumper;
  }

Index: pv_dev_sonar.c
===================================================================
RCS file: /cvsroot/playerstage/code/player/utils/playerv/pv_dev_sonar.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** pv_dev_sonar.c      1 Nov 2007 22:16:23 -0000       1.2
--- pv_dev_sonar.c      29 Feb 2008 04:02:37 -0000      1.3
***************
*** 71,74 ****
--- 71,75 ----
  
    sonar->fig_count = 0;
+   sonar->scan_fig = NULL;
  
    return sonar;


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