mirror of
https://github.com/aria2/aria2.git
synced 2025-04-06 05:57:36 +03:00
This commit is contained in:
parent
708b9f4a3d
commit
a413cb50f7
84 changed files with 527 additions and 528 deletions
|
@ -122,7 +122,7 @@ public:
|
|||
class MockBtMessageFactory2 : public MockBtMessageFactory {
|
||||
public:
|
||||
virtual BtMessageHandle
|
||||
createCancelMessage(uint32_t index, uint32_t begin, uint32_t length) {
|
||||
createCancelMessage(int32_t index, int32_t begin, uint32_t length) {
|
||||
MockBtMessage2Handle btMsg = new MockBtMessage2();
|
||||
btMsg->type = "cancel";
|
||||
return btMsg;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue