diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/rbcodec/metadata/ape.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rbcodec/metadata/ape.c b/lib/rbcodec/metadata/ape.c index 8b650dbb3d..1460e4aa95 100644 --- a/lib/rbcodec/metadata/ape.c +++ b/lib/rbcodec/metadata/ape.c | |||
@@ -53,7 +53,7 @@ struct apetag_header | |||
53 | 53 | ||
54 | struct apetag_item_header | 54 | struct apetag_item_header |
55 | { | 55 | { |
56 | uint32_t length; | 56 | int32_t length; |
57 | uint32_t flags; | 57 | uint32_t flags; |
58 | }; | 58 | }; |
59 | 59 | ||