summaryrefslogtreecommitdiff
path: root/src/uniq.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-03-18 06:51:40 +0000
committerJim Meyering <jim@meyering.net>2005-03-18 06:51:40 +0000
commitaa450da5269497437ce888bfefdf8175b854096c (patch)
treeff5635d12db0ff1a9b0d113ef8eaedc71cff9069 /src/uniq.c
parent78929b11ca47bbf1f21ca0970967b21423c9577e (diff)
downloadcoreutils-aa450da5269497437ce888bfefdf8175b854096c.tar.xz
fix typo
Diffstat (limited to 'src/uniq.c')
-rw-r--r--src/uniq.c2
1 files changed, 1 insertions, 1 deletions
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);