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

Modified Files:
        pv_dev_map.c 
Log Message:
fixed stack overflow in libplayerc map proxy
small formatting cleanups
changed error return in poll timeout to be clearer
added exception catch to playerprint


Index: pv_dev_map.c
===================================================================
RCS file: /cvsroot/playerstage/code/player/utils/playerv/pv_dev_map.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** pv_dev_map.c        17 Sep 2007 02:18:50 -0000      1.1
--- pv_dev_map.c        17 Oct 2007 20:28:36 -0000      1.2
***************
*** 90,101 ****
    {
      if (!map->proxy->info.subscribed)
!       {
!       if (playerc_map_subscribe(map->proxy, PLAYER_OPEN_MODE) != 0)
          PRINT_ERR1("libplayerc error: %s", playerc_error_str());
! 
!       // download a map
!       playerc_map_get_map( map->proxy );      
!       map_draw( map );
!       }
    }
    else
--- 90,101 ----
    {
      if (!map->proxy->info.subscribed)
!     {
!       if (playerc_map_subscribe(map->proxy, PLAYER_OPEN_MODE) != 0)
          PRINT_ERR1("libplayerc error: %s", playerc_error_str());
!       
!       // download a map
!       playerc_map_get_map( map->proxy );
!       map_draw( map );
!     }
    }
    else


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