blob: e048135bdce56e37e7920ef6d693a11f42266c17 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/testing/regtest.cc
+++ b/testing/regtest.cc
@@ -12,7 +12,7 @@ public:
Options() : encode_srcwin_maxsz(1<<20),
block_size(Constants::BLOCK_SIZE),
size_known(false) { }
- size_t encode_srcwin_maxsz;
+ uint64_t encode_srcwin_maxsz;
size_t block_size;
bool size_known;
};
|