From 05607e31243e5e85a3801d4513192bb1f2150b14 Mon Sep 17 00:00:00 2001 From: Miller Puckette Date: Mon, 30 May 2005 03:04:19 +0000 Subject: Remembered to update all the edited files. Should now be in sync... will have to test it though. svn path=/trunk/; revision=3092 --- pd/src/d_soundfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pd/src/d_soundfile.c') diff --git a/pd/src/d_soundfile.c b/pd/src/d_soundfile.c index c4b058b1..a87b014b 100644 --- a/pd/src/d_soundfile.c +++ b/pd/src/d_soundfile.c @@ -30,7 +30,7 @@ objects use Posix-like threads. */ /***************** soundfile header structures ************************/ typedef unsigned short uint16; -typedef unsigned long uint32; +typedef unsigned int uint32; #define FORMAT_WAVE 0 #define FORMAT_AIFF 1 -- cgit v1.2.1