From 57d5938b174238e4c70619ee64652c93679810ed Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 24 Oct 2005 07:28:39 +0000 Subject: * src/expand.c (parse_tab_stops): Add comment to make this function identical to the one in unexpand.c. * src/unexpand.c (parse_tab_stops): Adjust syntax to make this function identical to the one in expand.c. --- src/expand.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/expand.c') diff --git a/src/expand.c b/src/expand.c index bf857b0e4..b1b100422 100644 --- a/src/expand.c +++ b/src/expand.c @@ -172,6 +172,7 @@ parse_tab_stops (char const *stops) num_start = stops; } + /* Detect overflow. */ if (!DECIMAL_DIGIT_ACCUMULATE (tabval, *stops - '0', uintmax_t)) { size_t len = strspn (num_start, "0123456789"); -- cgit v1.2.3-54-g00ecf