parse_number_dec: length is always non-zero
commit335c46e0fecbc42e50804061036842aa373a263a
authorPetr Tesarik <petr@tesarici.cz>
Tue, 16 Oct 2012 20:34:35 +0000 (16 22:34 +0200)
committerPetr Tesarik <petr@tesarici.cz>
Tue, 16 Oct 2012 20:34:35 +0000 (16 22:34 +0200)
treefe28c837790258e22edd06cdfa9954debf6d2ede
parentaf9e94e0ae93faf08dda7c58aa887e8700a565c4
parse_number_dec: length is always non-zero

The length is always greater than zero, so the conditional operator
is superfluous.
libhed/expr.c