From b12b1c87b590a4bcdcafc8c6bc221ae6390bee93 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Wed, 9 Apr 2008 00:33:23 +0000 Subject: Splitting xfuncs.c into two parts. No code chabges. --- libbb/getopt32.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libbb/getopt32.c') diff --git a/libbb/getopt32.c b/libbb/getopt32.c index c0d885603..cd890323e 100644 --- a/libbb/getopt32.c +++ b/libbb/getopt32.c @@ -560,6 +560,7 @@ getopt32(char **argv, const char *applet_opts, ...) llist_add_to_end((llist_t **)(on_off->optarg), optarg); } else if (on_off->param_type == PARAM_INT) { if (optarg) +//TODO: xatoi_u indirectly pulls in printf machinery *(unsigned*)(on_off->optarg) = xatoi_u(optarg); } else if (on_off->optarg) { if (optarg) -- cgit v1.2.3