diff options
Diffstat (limited to 'src/set-fields.c')
| -rw-r--r-- | src/set-fields.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/set-fields.c b/src/set-fields.c index 31547e4e9..14f7e4d65 100644 --- a/src/set-fields.c +++ b/src/set-fields.c @@ -147,7 +147,7 @@ set_fields (char const *fieldstr, unsigned int options) /* Collect and store in RP the range end points. */ /* Special case: '--field=-' means all fields, emulate '--field=1-' . */ - if ((options & SETFLD_ALLOW_DASH) && STREQ (fieldstr,"-")) + if ((options & SETFLD_ALLOW_DASH) && streq (fieldstr,"-")) { value = 1; lhs_specified = true; |
