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

Modified Files:
        pv_dev_ranger.c 
Log Message:
fixed bug 1769889

Index: pv_dev_ranger.c
===================================================================
RCS file: /cvsroot/playerstage/code/player/utils/playerv/pv_dev_ranger.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** pv_dev_ranger.c     17 Sep 2007 02:18:50 -0000      1.1
--- pv_dev_ranger.c     18 Oct 2007 22:52:53 -0000      1.2
***************
*** 169,174 ****
--- 169,179 ----
    {
      // Dont draw the scan
+     // This causes a segfault, because the ranger figures were already
+     // deleted above.  I don't know whether commenting it out is the right
+     // thing to do - BPG.
+     /*
      for (ii = 0; ii < ranger->proxy->sensor_count; ii++)
        rtk_fig_show(ranger->scan_fig[ii], 0);
+       */
    }
  }


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