summaryrefslogtreecommitdiffstats
path: root/audio/vorbis-tools/files/patch-ogg123_vorbis_comments.c
blob: 2a57c64d013f52fb35d83b0c169a5efc0cde7367 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$FreeBSD$
--- 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) {
OpenPOWER on IntegriCloud