mirror of
https://github.com/aria2/aria2.git
synced 2025-04-05 13:37:40 +03:00
Use int32_t for piece length instead of size_t
This commit is contained in:
parent
12988e5282
commit
9d15d732ed
45 changed files with 196 additions and 183 deletions
|
@ -30,7 +30,7 @@ class GZipDecodingStreamFilterTest:public CppUnit::TestFixture {
|
|||
public:
|
||||
MockSegment2():positionToWrite_(0) {}
|
||||
|
||||
virtual void updateWrittenLength(size_t bytes)
|
||||
virtual void updateWrittenLength(int32_t bytes)
|
||||
{
|
||||
positionToWrite_ += bytes;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue