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