projects
/
backups
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a93fc0
)
Only try for about 98% full
author
Carl N Baldwin
<cnb@hpsvcnb.fc.hp.com>
Fri, 21 Oct 2005 15:17:42 +0000
(09:17 -0600)
committer
Carl N Baldwin
<cnb@hpsvcnb.fc.hp.com>
Fri, 21 Oct 2005 15:17:42 +0000
(09:17 -0600)
main.cpp
patch
|
blob
|
history
diff --git
a/main.cpp
b/main.cpp
index 07868bcd65199d14e2a43da88dbf3740018bb672..6f982b334257ad47e8e61aca3728ab18b1e92990 100644
(file)
--- a/
main.cpp
+++ b/
main.cpp
@@
-123,7
+123,7
@@
int main() {
sort( backups_s.begin(), backups_s.end(), sizecmp );
file_set final;
- unsigned long long space = 0x10
7c00000ULL; //
4220 MBytes
+ unsigned long long space = 0x10
2800000ULL; // about 98% of
4220 MBytes
insert_iterator<file_set> final_i( final, final.begin() );