1
0
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:
2013-01-02 17:51:45 -08:00
parent 74e06e3984
commit 7ba8fdf86e
4 changed files with 8 additions and 64 deletions

View File

@ -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 {