aboutsummaryrefslogtreecommitdiff
path: root/src/tag.c
diff options
context:
space:
mode:
authorJ. Alexander Treuman <jat@spatialrift.net>2007-03-20 21:05:42 +0000
committerJ. Alexander Treuman <jat@spatialrift.net>2007-03-20 21:05:42 +0000
commitc2c485262074802105f65fdac0254e9b0a62bdce (patch)
tree5a46577174ff5a466dbb28a59cf89e7a4412bc95 /src/tag.c
parent28c2a1e433848092fd37b2244d431fa01d320e1a (diff)
Doing those previous SONG_* commits properly. Thanks to normalperson for
pointing it out. git-svn-id: https://svn.musicpd.org/mpd/trunk@5673 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/tag.c')
-rw-r--r--src/tag.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tag.c b/src/tag.c
index a9822573..36edef79 100644
--- a/src/tag.c
+++ b/src/tag.c
@@ -121,7 +121,7 @@ void printMpdTag(int fd, MpdTag * tag)
int i;
if (tag->time >= 0)
- fdprintf(fd, "%s%i\n", SONG_TIME, tag->time);
+ fdprintf(fd, SONG_TIME "%i\n", tag->time);
for (i = 0; i < tag->numOfItems; i++) {
fdprintf(fd, "%s: %s\n", mpdTagItemKeys[tag->items[i].type],