qi: doc: minor changes
[dragora.git] / patches / libid3tag / libid3tag-0.15.1b-gperf-size_t.patch
blob588bde9c3d41c04c7ea1101decc0417b2cbad9be
1 Index: libid3tag-0.15.1b/frametype.h
2 ===================================================================
3 --- libid3tag-0.15.1b.orig/frametype.h
4 +++ libid3tag-0.15.1b/frametype.h
5 @@ -37,6 +37,6 @@ extern struct id3_frametype const id3_fr
6 extern struct id3_frametype const id3_frametype_obsolete;
8 struct id3_frametype const *id3_frametype_lookup(register char const *,
9 - register unsigned int);
10 + register size_t);
12 # endif
13 Index: libid3tag-0.15.1b/compat.h
14 ===================================================================
15 --- libid3tag-0.15.1b.orig/compat.h
16 +++ libid3tag-0.15.1b/compat.h
17 @@ -34,7 +34,7 @@ struct id3_compat {
20 struct id3_compat const *id3_compat_lookup(register char const *,
21 - register unsigned int);
22 + register size_t);
24 int id3_compat_fixup(struct id3_tag *);