blob: 1e0610fcd710619255160019227ae262772e8bf2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- mp3splt-2.1/splt.h.orig 2006-03-19 16:24:52.000000000 +0100
+++ mp3splt-2.1/splt.h 2006-03-19 16:29:35.000000000 +0100
@@ -96,7 +96,7 @@
char *zero_pad_float (float f, char *out);
-int parse_outformat(char *s, char format[][], int cddboption);
+int parse_outformat(char *s, char format[OUTNUM][MAXOLEN], int cddboption);
unsigned char *cleanstring (unsigned char *s);
|