From 9f35c69c9d52a74f5e97973cd9ee5a374bc2c3e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Star=C3=BD?= Date: Wed, 22 May 2024 20:45:08 +0200 Subject: [PATCH] mix-to-mono: don't remove the output --- src/mix-to-mono.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/mix-to-mono.c b/src/mix-to-mono.c index e51ce52..2068dad 100644 --- a/src/mix-to-mono.c +++ b/src/mix-to-mono.c @@ -60,9 +60,6 @@ main (int argc, char ** argv) exit (1) ; } ; - /* Delete the output file length to zero if already exists. */ - remove (argv [argc - 1]) ; - mix_to_mono (infile, outfile) ; sf_close (infile) ;