shithub: libtags

Download patch

ref: 77406cd1bd416cece43067f0c8f853f89fae9aa1
parent: e53d5c3b0cccde6ecaeb22a76fa375197509ccf8
author: Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com>
date: Fri Jun 19 23:14:28 EDT 2020

removed unused label

--- a/vorbis.c
+++ b/vorbis.c
@@ -101,7 +101,6 @@
 		}
 	}
 
-notags:
 	/* calculate the duration */
 	if(ctx->samplerate > 0){
 		sz = ctx->bufsz <= 4096 ? ctx->bufsz : 4096;