From 7ac8a917a4654ff6f99c898b8795cf2e0436c809 Mon Sep 17 00:00:00 2001 From: tTh Date: Tue, 5 Dec 2023 03:13:32 +0100 Subject: [PATCH] hide a debug message --- Ecoute/playau.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Ecoute/playau.c b/Ecoute/playau.c index 24000ff..443c7fd 100644 --- a/Ecoute/playau.c +++ b/Ecoute/playau.c @@ -124,7 +124,9 @@ while ( (lu=sf_read_short(sndf, samples, T_BUFFER)) > 0 ) wrefresh(popup); } +#if DEBUG_LEVEL fprintf(stderr, "maxsample = %d\n", maxsample); +#endif /* * some cleanup...