fix libtags m4a issue
This commit is contained in:
+2
-1
@@ -46,7 +46,8 @@ tagscallcb(Tagctx *ctx, int type, const char *k, char *s, int offset, int size,
|
||||
e = s + strlen(s);
|
||||
while(e != s && (uchar)e[-1] <= ' ')
|
||||
e--;
|
||||
*e = 0;
|
||||
if (*e != 0)
|
||||
*e = 0;
|
||||
}
|
||||
if(*s){
|
||||
ctx->tag(ctx, type, k, s, offset, size, f);
|
||||
|
||||
Reference in New Issue
Block a user