diff options
Diffstat (limited to 'src/tag.c')
-rw-r--r-- | src/tag.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -560,7 +560,7 @@ int mpdTagsAreEqual(MpdTag * tag1, MpdTag * tag2) { } \ } -inline static void appendToTagItems(MpdTag * tag, int type, char * value, +static void appendToTagItems(MpdTag * tag, int type, char * value, int len) { int i = tag->numOfItems; |