aboutsummaryrefslogtreecommitdiff
path: root/lib/args.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/args.c')
-rw-r--r--lib/args.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/args.c b/lib/args.c
index 2c17951b..c9ade1e9 100644
--- a/lib/args.c
+++ b/lib/args.c
@@ -108,7 +108,7 @@ static void gotflag(void)
temp->arg = gof.arg;
temp->next = *list;
*list = temp;
- } else if (type == '#') *(gof.this->arg) = atol((char *)gof.arg);
+ } else if (type == '#') *(gof.this->arg) = atolx((char *)gof.arg);
else if (type == '@') {
}