diff --git a/libspeexdsp/resample.c b/libspeexdsp/resample.c index c0a189b6..cd2477b0 100644 --- a/libspeexdsp/resample.c +++ b/libspeexdsp/resample.c @@ -93,7 +93,7 @@ static void speex_free(void *ptr) {free(ptr);} #endif #ifndef UINT32_MAX -#define UINT32_MAX 4294967296U +#define UINT32_MAX 4294967295U #endif #ifdef USE_SSE