From aa450da5269497437ce888bfefdf8175b854096c Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 18 Mar 2005 06:51:40 +0000 Subject: [PATCH] fix typo --- src/uniq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uniq.c b/src/uniq.c index 621b95309..c3421aa40 100644 --- a/src/uniq.c +++ b/src/uniq.c @@ -549,7 +549,7 @@ main (int argc, char **argv) } } - if (skip_fields == SFO_OBSOLETE && 200112 <= posix2_version ()) + if (skip_field_option_type == SFO_OBSOLETE && 200112 <= posix2_version ()) { error (0, 0, _("`-%lu' option is obsolete; use `-f %lu'"), (unsigned long int) skip_fields, (unsigned long int) skip_fields);