diff options
Diffstat (limited to 'audio/vorbis-tools/files/patch-ogg123_vorbis_comments.c')
-rw-r--r-- | audio/vorbis-tools/files/patch-ogg123_vorbis_comments.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/audio/vorbis-tools/files/patch-ogg123_vorbis_comments.c b/audio/vorbis-tools/files/patch-ogg123_vorbis_comments.c deleted file mode 100644 index ebe31605a6f6..000000000000 --- a/audio/vorbis-tools/files/patch-ogg123_vorbis_comments.c +++ /dev/null @@ -1,11 +0,0 @@ ---- ogg123/vorbis_comments.c.orig 2010-06-05 16:48:23.000000000 +0200 -+++ ogg123/vorbis_comments.c 2010-06-05 16:55:21.000000000 +0200 -@@ -72,7 +72,7 @@ char *lookup_comment_prettyprint (char * - - /* Use default formatting */ - j = strcspn(comment, "="); -- if (j) { -+ if (j != strlen(comment)) { - *offset = j + 1; - s = malloc(j + 2); - if (s == NULL) { |