Update of /cvsroot/pure-data/externals/pidip/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26719
Modified Files: pdp_streaming.h Log Message: sign fix
Index: pdp_streaming.h =================================================================== RCS file: /cvsroot/pure-data/externals/pidip/include/pdp_streaming.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** pdp_streaming.h 14 Nov 2004 22:52:21 -0000 1.2 --- pdp_streaming.h 11 Dec 2006 23:03:39 -0000 1.3 *************** *** 31,34 **** int height; struct timeval etime; // valid until 2038 ! int clength; } t_hpacket; --- 31,34 ---- int height; struct timeval etime; // valid until 2038 ! unsigned int clength; } t_hpacket;