aboutsummaryrefslogtreecommitdiff
path: root/send+dump/sendOSC.c
diff options
context:
space:
mode:
Diffstat (limited to 'send+dump/sendOSC.c')
-rw-r--r--send+dump/sendOSC.c2
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;