mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-30 13:47:10 +01:00
cleanup
This commit is contained in:
@@ -156,7 +156,8 @@ void CompressTest::createDataFile(const std::string& path, Poco::UInt64 size)
|
|||||||
|
|
||||||
void CompressTest::testZip64()
|
void CompressTest::testZip64()
|
||||||
{
|
{
|
||||||
typedef std::map<std::string, Poco::UInt64> FileMap;
|
using FileMap = std::map<std::string, Poco::UInt64>;
|
||||||
|
|
||||||
std::cout << std::endl;
|
std::cout << std::endl;
|
||||||
FileMap files;
|
FileMap files;
|
||||||
files["data1.bin"] = static_cast<Poco::UInt64>(KB)*4096+1;
|
files["data1.bin"] = static_cast<Poco::UInt64>(KB)*4096+1;
|
||||||
|
|||||||
Reference in New Issue
Block a user