diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-12-16 12:06:16 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-12-16 12:06:16 +0000 |
commit | 65f9fa599ebc3ba6d7073684bd7027292ea305f6 (patch) | |
tree | 2d78e39ba42cc6570680fc87a217bd857b5c4d90 /audio/mp3splt | |
parent | 4945b4f9011f8bd09db20a34f289c3163795cb88 (diff) | |
download | ports-65f9fa599ebc3ba6d7073684bd7027292ea305f6.tar.gz ports-65f9fa599ebc3ba6d7073684bd7027292ea305f6.zip |
Notes
Diffstat (limited to 'audio/mp3splt')
-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); + |