We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45aace2 commit 6b539e0Copy full SHA for 6b539e0
libspeexdsp/resample.c
@@ -93,7 +93,7 @@ static void speex_free(void *ptr) {free(ptr);}
93
#endif
94
95
#ifndef UINT32_MAX
96
-#define UINT32_MAX 4294967296U
+#define UINT32_MAX 4294967295U
97
98
99
#ifdef USE_SSE
0 commit comments