From 2a34d616bedb35238b4c3e402d14062e06d79910 Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Fri, 25 Jun 2010 00:32:53 +0200 Subject: [PATCH] Allows min size specification without unit (i.e. in bytes) --- dus.c | 3 +++ 1 file changed, 3 insertions(+) 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; } -- 2.20.1