1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/ftp/jigdo/files/patch-scan.cc
Ying-Chieh Liao 87e94e4631 add jigdo 0.6.8
An utility used to retrieve very large files over the Internet

PR:		40954
Submitted by:	Attila Nagy <bra@fsn.hu>
2002-09-19 20:17:59 +00:00

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