From: Carl N Baldwin Date: Fri, 21 Oct 2005 15:17:42 +0000 (-0600) Subject: Only try for about 98% full X-Git-Tag: release-0.4~81 X-Git-Url: http://git.pippins.net/embedvideo/.git/?a=commitdiff_plain;h=1366e56b46bdf462a711679f0eb718755cdeb4ef;p=backups%2F.git Only try for about 98% full --- diff --git a/main.cpp b/main.cpp index 07868bc..6f982b3 100644 --- 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 = 0x107c00000ULL; // 4220 MBytes + unsigned long long space = 0x102800000ULL; // about 98% of 4220 MBytes insert_iterator final_i( final, final.begin() );