summaryrefslogtreecommitdiff
path: root/apps/metadata/vorbis.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/metadata/vorbis.c')
-rw-r--r--apps/metadata/vorbis.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/apps/metadata/vorbis.c b/apps/metadata/vorbis.c
index b968cc79fe..f6d3af1cef 100644
--- a/apps/metadata/vorbis.c
+++ b/apps/metadata/vorbis.c
@@ -34,12 +34,6 @@
34/*#define LOGF_ENABLE*/ 34/*#define LOGF_ENABLE*/
35#include "logf.h" 35#include "logf.h"
36 36
37#ifdef SIMULATOR
38#define LOGFQUEUE logf
39#else
40#define LOGFQUEUE(...)
41#endif
42
43struct file 37struct file
44{ 38{
45 int fd; 39 int fd;
@@ -353,7 +347,7 @@ long read_vorbis_tags(int fd, struct mp3entry *id3,
353 return 0; 347 return 0;
354 } 348 }
355 349
356 LOGFQUEUE("Vorbis comment %d: %s=%s", i, name, id3->path); 350 logf("Vorbis comment %d: %s=%s", i, name, id3->path);
357 len = parse_tag(name, id3->path, id3, buf, buf_remaining, 351 len = parse_tag(name, id3->path, id3, buf, buf_remaining,
358 TAGTYPE_VORBIS); 352 TAGTYPE_VORBIS);
359 buf += len; 353 buf += len;