From 825aead68b26a5857330972bd1c6adb9f78047ab Mon Sep 17 00:00:00 2001 From: Erik Andersen Date: Fri, 7 Apr 2000 06:00:07 +0000 Subject: Patch to make killall actually kill all PIDs with the specified name, rather then busylooping trying to kill the first one until it dies. Should be more efficient now, and will only send one signal to each specified process. -Erik --- archival/gzip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archival/gzip.c') diff --git a/archival/gzip.c b/archival/gzip.c index e275fa274..0a969d8db 100644 --- a/archival/gzip.c +++ b/archival/gzip.c @@ -3097,7 +3097,7 @@ local void set_file_type() bin_freq += dyn_ltree[n++].Freq; *file_type = bin_freq > (ascii_freq >> 2) ? BINARY : ASCII; if (*file_type == BINARY && translate_eol) { - errorMsg("-l used on binary file", ""); + errorMsg("-l used on binary file"); } } -- cgit v1.2.3