You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-libs/libid3tag/files/libid3tag-0.15.1b-fix-signa...

13 lines
424 B

diff -pur libid3tag-0.15.1b-orig/compat.h libid3tag-0.15.1b/compat.h
--- libid3tag-0.15.1b-orig/compat.h 2004-01-23 10:41:32.000000000 +0100
+++ libid3tag-0.15.1b/compat.h 2017-03-15 01:49:23.808834401 +0100
@@ -34,7 +34,7 @@ struct id3_compat {
};
struct id3_compat const *id3_compat_lookup(register char const *,
- register unsigned int);
+ register size_t);
int id3_compat_fixup(struct id3_tag *);