diff options
Diffstat (limited to 'linden/indra/newview/llcompilequeue.cpp')
-rw-r--r-- | linden/indra/newview/llcompilequeue.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llcompilequeue.cpp b/linden/indra/newview/llcompilequeue.cpp index aeaa189..45d8e1c 100644 --- a/linden/indra/newview/llcompilequeue.cpp +++ b/linden/indra/newview/llcompilequeue.cpp | |||
@@ -386,7 +386,7 @@ void LLFloaterCompileQueue::scriptArrived(LLVFS *vfs, const LLUUID& asset_id, | |||
386 | asset_id.toString(uuid_str); | 386 | asset_id.toString(uuid_str); |
387 | snprintf(filename, sizeof(filename), "%s.%s",gDirUtilp->getExpandedFilename(LL_PATH_CACHE,uuid_str).c_str(),LLAssetType::lookup(type)); /* Flawfinder: ignore */ | 387 | snprintf(filename, sizeof(filename), "%s.%s",gDirUtilp->getExpandedFilename(LL_PATH_CACHE,uuid_str).c_str(),LLAssetType::lookup(type)); /* Flawfinder: ignore */ |
388 | 388 | ||
389 | FILE *fp = LLFile::fopen(filename, "wb"); /*Flawfinder: ignore*/ | 389 | LLFILE *fp = LLFile::fopen(filename, "wb"); /*Flawfinder: ignore*/ |
390 | if (fp) | 390 | if (fp) |
391 | { | 391 | { |
392 | const S32 buf_size = 65536; | 392 | const S32 buf_size = 65536; |