diff options
Diffstat (limited to '')
-rw-r--r-- | audio/mp3splt/files/patch-splt.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/mp3splt/files/patch-splt.h b/audio/mp3splt/files/patch-splt.h new file mode 100644 index 000000000000..839a74b2cc0d --- /dev/null +++ b/audio/mp3splt/files/patch-splt.h @@ -0,0 +1,11 @@ +--- splt.h.orig Fri Dec 15 19:27:18 2006 ++++ splt.h Fri Dec 15 19:27:40 2006 +@@ -93,7 +93,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); + |