diff options
-rw-r--r-- | plugins/artwork/artwork.c | 4 |
1 files changed, 2 insertions, 2 deletions
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" |