mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-17 10:52:46 +00:00
Fix issues from review, and pre-emptively fix a couple of potential plString::Format issues
This commit is contained in:
@ -249,7 +249,6 @@ void plResPatcher::IssueRequest()
|
||||
|
||||
plFileUtils::EnsureFilePathExists(req.fFriendlyName.c_str());
|
||||
plResDownloadStream* stream = new plResDownloadStream(fProgress, req.fFile.c_str());
|
||||
uint32_t i = stream->ReadBE32();
|
||||
if (stream->Open_TEMP(filename, "wb"))
|
||||
NetCliFileDownloadRequest(req.fFile.c_str(), stream, FileDownloaded, this);
|
||||
else {
|
||||
|
Reference in New Issue
Block a user