Update of /cvsroot/playerstage/code/player/server/drivers/camera/1394
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11829/server/drivers/camera/1394

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


Index: camera1394.cc
===================================================================
RCS file: 
/cvsroot/playerstage/code/player/server/drivers/camera/1394/camera1394.cc,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -d -r1.34 -r1.35
*** camera1394.cc       23 Aug 2007 19:58:43 -0000      1.34
--- camera1394.cc       24 Oct 2007 22:32:04 -0000      1.35
***************
*** 1105,1109 ****
  int Camera1394::GrabFrame()
  {
!   uint f, c;
    int  i, j;
    unsigned char * ptr1, * ptr2, * dst;
--- 1105,1109 ----
  int Camera1394::GrabFrame()
  {
!   uint32_t f, c;
    int  i, j;
    unsigned char * ptr1, * ptr2, * dst;


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