projects
/
dus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a60dad8
)
Allows min size specification without unit (i.e. in bytes)
author
Francois Fleuret
<francois@fleuret.org>
Thu, 24 Jun 2010 22:32:53 +0000
(
00:32
+0200)
committer
Francois Fleuret
<francois@fleuret.org>
Thu, 24 Jun 2010 22:32:53 +0000
(
00:32
+0200)
dus.c
patch
|
blob
|
history
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;
}