From 9f6762c3c9d4c6d60486e01b320e3b0aeb181499 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Fri, 27 Jun 2014 20:50:18 +0200 Subject: artwork: disable tracing --- plugins/artwork/artwork.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins') diff --git a/plugins/artwork/artwork.c b/plugins/artwork/artwork.c index 64a1a11c..f577f0f5 100644 --- a/plugins/artwork/artwork.c +++ b/plugins/artwork/artwork.c @@ -70,8 +70,8 @@ static uintptr_t imlib_mutex; #define min(x,y) ((x)<(y)?(x):(y)) -#define trace(...) { fprintf(stderr, __VA_ARGS__); } -//#define trace(...) +//#define trace(...) { fprintf(stderr, __VA_ARGS__); } +#define trace(...) static char default_cover[PATH_MAX]; #define DEFAULT_FILEMASK "*cover*.jpg;*front*.jpg;*folder*.jpg;*cover*.png;*front*.png;*folder*.png" -- cgit v1.2.3