From b4df8b8f880648e63781395e1a350f258b809a18 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 15 Jul 2006 13:42:57 +0000 Subject: De-inline non-trivial, non-performance-critical functions Functions that should stay inlined should have an explanation attached to them. git-svn-id: https://svn.musicpd.org/mpd/trunk@4355 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/tag.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tag.c') diff --git a/src/tag.c b/src/tag.c index c1896c422..f789de849 100644 --- a/src/tag.c +++ b/src/tag.c @@ -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; -- cgit v1.2.3