Update of /cvsroot/pure-data/externals/OSCx/send+dump In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27559/send+dump
Modified Files: sendOSC.c Log Message: added files from OSC-Kit 1.0 in order to get updated free license; added GPL to my modifications
Index: sendOSC.c =================================================================== RCS file: /cvsroot/pure-data/externals/OSCx/send+dump/sendOSC.c,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** sendOSC.c 10 Mar 2004 00:01:56 -0000 1.3 --- sendOSC.c 7 Apr 2004 04:15:04 -0000 1.4 *************** *** 315,319 **** wrote each half of the time tag in the wrong half of the struct. */ ! uint32 temp; temp = tt.seconds; tt.seconds = tt.fraction ; --- 315,319 ---- wrote each half of the time tag in the wrong half of the struct. */ ! uint4 temp; temp = tt.seconds; tt.seconds = tt.fraction ;