aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llwearablelist.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llwearablelist.cpp')
-rw-r--r--linden/indra/newview/llwearablelist.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llwearablelist.cpp b/linden/indra/newview/llwearablelist.cpp
index 01a2459..cabf20a 100644
--- a/linden/indra/newview/llwearablelist.cpp
+++ b/linden/indra/newview/llwearablelist.cpp
@@ -110,7 +110,7 @@ void LLWearableList::processGetAssetReply( const char* filename, const LLAssetID
110 if( status >= 0 ) 110 if( status >= 0 )
111 { 111 {
112 // read the file 112 // read the file
113 FILE* fp = LLFile::fopen(filename, "rb"); /*Flawfinder: ignore*/ 113 LLFILE* fp = LLFile::fopen(filename, "rb"); /*Flawfinder: ignore*/
114 if( !fp ) 114 if( !fp )
115 { 115 {
116 llinfos << "Bad Wearable Asset: unable to open file: '" << filename << "'" << llendl; 116 llinfos << "Bad Wearable Asset: unable to open file: '" << filename << "'" << llendl;