From: Francois Fleuret Date: Thu, 24 Jun 2010 22:32:53 +0000 (+0200) Subject: Allows min size specification without unit (i.e. in bytes) X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=dus.git;a=commitdiff_plain;h=2a34d616bedb35238b4c3e402d14062e06d79910 Allows min size specification without unit (i.e. in bytes) --- diff --git a/dus.c b/dus.c index 91cb0f0..a9ceedc 100644 --- a/dus.c +++ b/dus.c @@ -149,6 +149,9 @@ size_sum_t atoss(const char *string) { fprintf(stderr, "Syntax error in %s\n", string); } } + + total += partial_total; + return total; }