diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2004-04-07 04:15:06 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2004-04-07 04:15:06 +0000 |
commit | 2f1970ed02845e6c954a1c5265b1b6568cbb8f1c (patch) | |
tree | 5f01f850589e1bf23d6b8ca00ab50dd5c5108506 /send+dump | |
parent | 7e494a3c035be45ee4a08ba84120ef4d8f030b26 (diff) |
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
Diffstat (limited to 'send+dump')
-rw-r--r-- | send+dump/sendOSC.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |