From 601216ea9bad02f1be55ceecd4f20285510e1661 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Sun, 22 Jun 2014 22:05:43 +0200 Subject: disabled tracing in playlist.c --- playlist.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'playlist.c') diff --git a/playlist.c b/playlist.c index fca46e05..29a9928b 100644 --- a/playlist.c +++ b/playlist.c @@ -89,8 +89,8 @@ #error writing playlists in format <1.2 is not supported #endif -#define trace(...) { fprintf(stderr, __VA_ARGS__); } -//#define trace(fmt,...) +//#define trace(...) { fprintf(stderr, __VA_ARGS__); } +#define trace(fmt,...) #define SKIP_BLANK_CUE_TRACKS 0 #define MAX_CUE_TRACKS 99 -- cgit v1.2.3