summaryrefslogtreecommitdiff
path: root/indra/llinventory/llnotecard.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llinventory/llnotecard.cpp')
-rw-r--r--indra/llinventory/llnotecard.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llinventory/llnotecard.cpp b/indra/llinventory/llnotecard.cpp
index 3e994a61aa..79545874b4 100644
--- a/indra/llinventory/llnotecard.cpp
+++ b/indra/llinventory/llnotecard.cpp
@@ -170,7 +170,7 @@ bool LLNotecard::importStream(std::istream& str)
return FALSE;
}
- char line_buf[STD_STRING_BUF_SIZE];
+ char line_buf[STD_STRING_BUF_SIZE]; /* Flawfinder: ignore */
str.getline(line_buf, STD_STRING_BUF_SIZE);
if(str.fail())
{