aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/jigdo/files/patch-scan.cc
blob: 2c1d4443f2e79f49bd5f5088c61499fb28cf6207 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- 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