parse_size(): replace atoll() with strtoull()
authorGoffredo Baroncelli <kreijack@gmail.com>
Mon, 29 Oct 2012 17:53:18 +0000 (18:53 +0100)
committerDavid Sterba <dsterba@suse.cz>
Thu, 17 Jan 2013 17:27:54 +0000 (18:27 +0100)
commit631886760203135f6cedb861466604e428217c71
tree924770a56abc7020001ced75fbffed7bc44679af
parent8f76aee6bc7cd0155ca6a251f6656a5560298f54
parse_size(): replace atoll() with strtoull()

Replace the function atoll with strtoull(); Check that the suffix for the
parse_size() input is of only one character.

Signed-off-by: Goffredo Baroncelli <kreijack@inwind.it>
utils.c