Update of /cvsroot/playerstage/code/player/server/drivers/blobfinder/acts
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10464/player/server/drivers/blobfinder/acts

Modified Files:
        acts.cc 
Log Message:
applied Toby's autopointer patches

Index: acts.cc
===================================================================
RCS file: 
/cvsroot/playerstage/code/player/server/drivers/blobfinder/acts/acts.cc,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** acts.cc     6 May 2006 22:47:13 -0000       1.4
--- acts.cc     23 Aug 2007 19:58:42 -0000      1.5
***************
*** 964,968 ****
  
      /* got the data. now fill it in */
!     Publish(device_addr, NULL, PLAYER_MSGTYPE_DATA, 
PLAYER_BLOBFINDER_DATA_BLOBS, &local_data, sizeof(local_data) - 
sizeof(local_data.blobs) +
              (local_data.blobs_count) * sizeof(local_data.blobs[0]), NULL);
    }
--- 964,968 ----
  
      /* got the data. now fill it in */
!     Publish(device_addr, PLAYER_MSGTYPE_DATA, PLAYER_BLOBFINDER_DATA_BLOBS, 
&local_data, sizeof(local_data) - sizeof(local_data.blobs) +
              (local_data.blobs_count) * sizeof(local_data.blobs[0]), NULL);
    }


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