summaryrefslogtreecommitdiff
path: root/indra/newview/llvotree.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llvotree.cpp')
-rw-r--r--indra/newview/llvotree.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llvotree.cpp b/indra/newview/llvotree.cpp
index d2c7ed9b6a..a4b61f13bd 100644
--- a/indra/newview/llvotree.cpp
+++ b/indra/newview/llvotree.cpp
@@ -212,13 +212,13 @@ void LLVOTree::initClass()
BOOL have_all_trees = TRUE;
LLString err;
- char buffer[10];
+ char buffer[10]; /* Flawfinder: ignore */
for (S32 i=0;i<sMaxTreeSpecies;++i)
{
if (!sSpeciesTable.count(i))
{
- snprintf(buffer,10," %d",i);
+ snprintf(buffer,10," %d",i); /* Flawfinder: ignore */
err.append(buffer);
have_all_trees = FALSE;
}