mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
87e94e4631
An utility used to retrieve very large files over the Internet PR: 40954 Submitted by: Attila Nagy <bra@fsn.hu>
14 lines
500 B
C++
14 lines
500 B
C++
--- src/scan.cc.orig Fri Sep 20 03:21:08 2002
|
|
+++ src/scan.cc Fri Sep 20 03:21:36 2002
|
|
@@ -174,8 +174,8 @@
|
|
}
|
|
}
|
|
#else
|
|
-JigdoCache::JigdoCache(const string&, size_t, size_t bufLen = 128*1024,
|
|
- ProgressReporter& pr = noReport)
|
|
+JigdoCache::JigdoCache(const string&, size_t, size_t bufLen,
|
|
+ ProgressReporter& pr)
|
|
: blockLength(0), md5BlockLength(0), files(), nrOfFiles(0),
|
|
locationPaths(), readAmount(bufLen), buffer(), reporter(pr) { }
|
|
#endif
|