Allows min size specification without unit (i.e. in bytes)
authorFrancois Fleuret <francois@fleuret.org>
Thu, 24 Jun 2010 22:32:53 +0000 (00:32 +0200)
committerFrancois Fleuret <francois@fleuret.org>
Thu, 24 Jun 2010 22:32:53 +0000 (00:32 +0200)
dus.c

diff --git a/dus.c b/dus.c
index 91cb0f0..a9ceedc 100644 (file)
--- 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;
 }