diff options
Diffstat (limited to 'lib/pending.c')
-rw-r--r-- | lib/pending.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pending.c b/lib/pending.c index 9c92f2ce..9e250854 100644 --- a/lib/pending.c +++ b/lib/pending.c @@ -39,7 +39,7 @@ done: /* * used to get the interger value. */ -unsigned long get_int_value(const char *numstr, unsigned lowrange, unsigned highrange) +unsigned long get_int_value(const char *numstr, unsigned long lowrange, unsigned long highrange) { unsigned long rvalue = 0; char *ptr; |