Update of /cvsroot/pure-data/externals/pidip/modules In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13391
Modified Files: pdp_theonice~.c Log Message: fix by michael aschauer
Index: pdp_theonice~.c =================================================================== RCS file: /cvsroot/pure-data/externals/pidip/modules/pdp_theonice~.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** pdp_theonice~.c 2 Jan 2005 06:02:49 -0000 1.1 --- pdp_theonice~.c 27 Feb 2006 01:04:09 -0000 1.2 *************** *** 489,492 **** --- 489,493 ---- } post("pdp_theonice~ : start streaming at %d frames/second", x->x_framerate); + return 0; }
*************** *** 1010,1014 **** if ( gettimeofday(&x->x_tprevstream, NULL) == -1) { ! post("pdp_theonice~ : could set start time" ); } } --- 1011,1015 ---- if ( gettimeofday(&x->x_tprevstream, NULL) == -1) { ! post("pdp_theonice~ : couldn't set start time" ); } }