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

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


Index: opaquedriver.cc
===================================================================
RCS file: 
/cvsroot/playerstage/code/player/examples/plugins/opaquedriver/opaquedriver.cc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** opaquedriver.cc     23 Aug 2007 19:58:41 -0000      1.2
--- opaquedriver.cc     24 Oct 2007 22:32:03 -0000      1.3
***************
*** 198,202 ****
  
    // only send the data we need to
!   uint size = sizeof(mData) - sizeof(mData.data) + mData.data_count;
    Publish(device_addr, 
            PLAYER_MSGTYPE_DATA, PLAYER_OPAQUE_DATA_STATE,
--- 198,202 ----
  
    // only send the data we need to
!   uint32_t size = sizeof(mData) - sizeof(mData.data) + mData.data_count;
    Publish(device_addr, 
            PLAYER_MSGTYPE_DATA, PLAYER_OPAQUE_DATA_STATE,


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