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 322a92a48..320a16ba8 100644 --- a/src/set-fields.c +++ b/src/set-fields.c @@ -135,7 +135,7 @@ complement_rp (void) { .lo = UINTMAX_MAX, .hi = UINTMAX_MAX } ]; */ void -set_fields (const char *fieldstr, unsigned int options) +set_fields (char const *fieldstr, unsigned int options) { uintmax_t initial = 1; /* Value of first number in a range. */ uintmax_t value = 0; /* If nonzero, a number being accumulated. */ |
