mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-21 19:03:28 +00:00
Closes: https://bugs.gentoo.org/945262 Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org> Part-of: https://github.com/gentoo/gentoo/pull/43918 Closes: https://github.com/gentoo/gentoo/pull/43918 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
13 lines
407 B
Diff
13 lines
407 B
Diff
https://bugs.gentoo.org/945262
|
|
|
|
--- a/wavsplit.h
|
|
+++ b/wavsplit.h
|
|
@@ -113,7 +113,7 @@ static __inline__ short _LE_short (unsigned char *lp)
|
|
|
|
#endif
|
|
|
|
-static char *findchunk ();
|
|
+static char *findchunk (char *pstart, char *fourcc, size_t n);
|
|
static int readheader ();
|
|
static void Report (const char *Message, const char *Severity, int Verbose);
|
|
static int TokenOK (const char *Message, char **strPtr);
|