summaryrefslogtreecommitdiff
path: root/junklib.c
diff options
context:
space:
mode:
Diffstat (limited to 'junklib.c')
-rw-r--r--junklib.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/junklib.c b/junklib.c
index 625bb657..0a54a5c8 100644
--- a/junklib.c
+++ b/junklib.c
@@ -40,8 +40,8 @@
#define UTF8 "utf-8"
-#define trace(...) { fprintf(stderr, __VA_ARGS__); }
-//#define trace(fmt,...)
+//#define trace(...) { fprintf(stderr, __VA_ARGS__); }
+#define trace(fmt,...)
#define min(x,y) ((x)<(y)?(x):(y))
#define max(x,y) ((x)>(y)?(x):(y))
@@ -893,6 +893,8 @@ junk_apev2_read_full (playItem_t *it, DB_apev2_tag_t *tag_store, DB_FILE *fp) {
}
}
+ trace ("apev2 %s=%s\n", key, value);
+
if (!frame_mapping[m]) {
if (!strncasecmp (key, "replaygain_album_gain", 21)) {
it->replaygain_album_gain = atof (value);