From: Jim Meyering Date: Fri, 18 Mar 2005 06:51:40 +0000 (+0000) Subject: fix typo X-Git-Tag: CPPI-1_12~1276 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa450da5269497437ce888bfefdf8175b854096c;p=thirdparty%2Fcoreutils.git fix typo --- diff --git a/src/uniq.c b/src/uniq.c index 621b953093..c3421aa400 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);