diff options
| author | Pieter Wuille <[email protected]> | 2013-12-12 22:08:18 +0100 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2013-12-12 22:08:18 +0100 |
| commit | ed873a301eeff8c021ba57c78fb702fd2b6f0452 (patch) | |
| tree | 3fb5bcb91b8ceab464a50e63b6fce407eccb17e2 /src/leveldb/util/testutil.h | |
| parent | Merge pull request #3393 from theuni/build-10.6 (diff) | |
| parent | Squashed 'src/leveldb/' changes from 936b461..e991315 (diff) | |
| download | discoin-ed873a301eeff8c021ba57c78fb702fd2b6f0452.tar.xz discoin-ed873a301eeff8c021ba57c78fb702fd2b6f0452.zip | |
Merge src/leveldb changes for LevelDB 1.15
Diffstat (limited to 'src/leveldb/util/testutil.h')
| -rw-r--r-- | src/leveldb/util/testutil.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leveldb/util/testutil.h b/src/leveldb/util/testutil.h index 824e655bd..adad3fc1e 100644 --- a/src/leveldb/util/testutil.h +++ b/src/leveldb/util/testutil.h @@ -24,7 +24,7 @@ extern std::string RandomKey(Random* rnd, int len); // "N*compressed_fraction" bytes and return a Slice that references // the generated data. extern Slice CompressibleString(Random* rnd, double compressed_fraction, - int len, std::string* dst); + size_t len, std::string* dst); // A wrapper that allows injection of errors. class ErrorEnv : public EnvWrapper { |