From d537a95fdbc0b4a5f38edea8593b4c085fdd7fcb Mon Sep 17 00:00:00 2001 From: Matt Kraai Date: Fri, 14 Jul 2000 01:51:25 +0000 Subject: Use errorMsg rather than fprintf. --- coreutils/sort.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'coreutils/sort.c') diff --git a/coreutils/sort.c b/coreutils/sort.c index a28122d51..c754989ea 100644 --- a/coreutils/sort.c +++ b/coreutils/sort.c @@ -263,7 +263,7 @@ int sort_main(int argc, char **argv) break; #endif default: - fprintf(stderr, "sort: invalid option -- %c\n", opt); + errorMsg("invalid option -- %c\n", opt); usage(sort_usage); } } else { @@ -304,4 +304,4 @@ int sort_main(int argc, char **argv) return(0); } -/* $Id: sort.c,v 1.18 2000/06/28 22:15:26 markw Exp $ */ +/* $Id: sort.c,v 1.19 2000/07/14 01:51:25 kraai Exp $ */ -- cgit v1.2.3