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

Modified Files:
        pv_dev_dio.c 
Log Message:
replaced non portable uint with uint32_t


Index: pv_dev_dio.c
===================================================================
RCS file: /cvsroot/playerstage/code/player/utils/playerv/pv_dev_dio.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** pv_dev_dio.c        17 Sep 2007 02:18:50 -0000      1.1
--- pv_dev_dio.c        24 Oct 2007 22:32:04 -0000      1.2
***************
*** 124,129 ****
    char ntext[64], str[1024];
  
!   uint digin = dio->proxy->digin;
!   uint count = dio->proxy->count;
  
    rtk_fig_show(dio->fig, 1);
--- 124,129 ----
    char ntext[64], str[1024];
  
!   uint32_t digin = dio->proxy->digin;
!   uint32_t count = dio->proxy->count;
  
    rtk_fig_show(dio->fig, 1);


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