From 2f1970ed02845e6c954a1c5265b1b6568cbb8f1c Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 7 Apr 2004 04:15:06 +0000 Subject: added files from OSC-Kit 1.0 in order to get updated free license; added GPL to my modifications svn path=/trunk/externals/OSCx/; revision=1556 --- send+dump/sendOSC.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'send+dump') diff --git a/send+dump/sendOSC.c b/send+dump/sendOSC.c index f445f92..7a58986 100644 --- a/send+dump/sendOSC.c +++ b/send+dump/sendOSC.c @@ -314,7 +314,7 @@ OSCTimeTag ParseTimeTag(char *s) { and this machine is little-endian, so sscanf wrote each half of the time tag in the wrong half of the struct. */ - uint32 temp; + uint4 temp; temp = tt.seconds; tt.seconds = tt.fraction ; tt.fraction = temp; -- cgit v1.2.1