[PATCH 2/5] parse_size(): replace atoll() with strtoull()

2012-10-23 Thread Goffredo Baroncelli
From: Goffredo Baroncelli kreij...@inwind.it Replace the function atoll with strtoull() --- utils.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils.c b/utils.c index 705be7b..732c782 100644 --- a/utils.c +++ b/utils.c @@ -1243,6 +1243,6 @@ u64 parse_size(char *s)

[PATCH 2/5] parse_size(): replace atoll() with strtoull()

2012-10-22 Thread Goffredo Baroncelli
From: Goffredo Baroncelli kreij...@inwind.it Replace the function atoll with strtoull() --- utils.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils.c b/utils.c index 705be7b..732c782 100644 --- a/utils.c +++ b/utils.c @@ -1243,6 +1243,6 @@ u64 parse_size(char *s)