Heinrich Schuchardt e2fc15ae0e lib/str: simplify Atoi()
Checking that str is non-zero is superfluous in

	(*str && *str == ' ')

0x20 is always non-zero.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
2021-06-22 00:17:00 +02:00
..
2021-04-01 17:17:33 +02:00
2021-04-01 17:17:33 +02:00
2021-06-22 00:17:00 +02:00