mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 21:47:40 -05:00
sys: Updated to use the new HttpRequest helper instead of Net
This commit is contained in:
@@ -55,7 +55,7 @@ namespace hex::prv {
|
||||
bufferSize = std::min<size_t>(bufferSize, this->getActualSize() - offset);
|
||||
|
||||
this->read(offset + this->getBaseAddress(), buffer.data(), bufferSize, true);
|
||||
file.write(buffer.data(), bufferSize);
|
||||
file.writeBuffer(buffer.data(), bufferSize);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user