diff options
| author | Glenn Smith <glenn@vector35.com> | 2020-12-08 21:28:10 -0500 |
|---|---|---|
| committer | Glenn Smith <glenn@vector35.com> | 2021-07-01 16:01:06 -0400 |
| commit | 61f05f9b89be4c3b7ec2ad2038597a8e689ed346 (patch) | |
| tree | 8e0019dca2876e6a3ed328c8bb978ef13eae9965 /downloadprovider.cpp | |
| parent | b5a68720fd48925688afd52dcdafc14954a50fdc (diff) | |
Chunked uploads and cancelling uploads
Diffstat (limited to 'downloadprovider.cpp')
| -rw-r--r-- | downloadprovider.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/downloadprovider.cpp b/downloadprovider.cpp index ce703b81..d54a85e3 100644 --- a/downloadprovider.cpp +++ b/downloadprovider.cpp @@ -85,7 +85,7 @@ void DownloadInstance::PerformFreeResponse(void* ctxt, BNDownloadInstanceRespons } -uint64_t DownloadInstance::ReadDataCallback(uint8_t* data, uint64_t len) +int64_t DownloadInstance::ReadDataCallback(uint8_t* data, uint64_t len) { return BNReadDataForDownloadInstance(m_object, data, len); } |
