aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/lllandmarklist.cpp
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:44:50 -0500
committerJacek Antonelli2008-08-15 23:44:50 -0500
commit89fe5dab825a62a0e3fd8d248cbc91c65eb2a426 (patch)
treebcff14b7888d04a2fec799c59369f6095224bd08 /linden/indra/newview/lllandmarklist.cpp
parentSecond Life viewer sources 1.13.3.2 (diff)
downloadmeta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.zip
meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.gz
meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.bz2
meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.xz
Second Life viewer sources 1.14.0.0
Diffstat (limited to 'linden/indra/newview/lllandmarklist.cpp')
-rw-r--r--linden/indra/newview/lllandmarklist.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/lllandmarklist.cpp b/linden/indra/newview/lllandmarklist.cpp
index a1c658d..f17a73b 100644
--- a/linden/indra/newview/lllandmarklist.cpp
+++ b/linden/indra/newview/lllandmarklist.cpp
@@ -84,7 +84,7 @@ void LLLandmarkList::processGetAssetReply(
84 S32 file_length = file.getSize(); 84 S32 file_length = file.getSize();
85 85
86 char* buffer = new char[ file_length + 1 ]; 86 char* buffer = new char[ file_length + 1 ];
87 file.read( (U8*)buffer, file_length); 87 file.read( (U8*)buffer, file_length); /*Flawfinder: ignore*/
88 buffer[ file_length ] = 0; 88 buffer[ file_length ] = 0;
89 89
90 LLLandmark* landmark = LLLandmark::constructFromString(buffer); 90 LLLandmark* landmark = LLLandmark::constructFromString(buffer);