aboutsummaryrefslogtreecommitdiff
path: root/pd/src/d_soundfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'pd/src/d_soundfile.c')
-rw-r--r--pd/src/d_soundfile.c2
1 files changed, 1 insertions, 1 deletions
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