aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llnameeditor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llnameeditor.cpp')
-rw-r--r--linden/indra/newview/llnameeditor.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/linden/indra/newview/llnameeditor.cpp b/linden/indra/newview/llnameeditor.cpp
index fb238e9..5cc5ddd 100644
--- a/linden/indra/newview/llnameeditor.cpp
+++ b/linden/indra/newview/llnameeditor.cpp
@@ -86,9 +86,9 @@ void LLNameEditor::setNameID(const LLUUID& name_id, BOOL is_group)
86{ 86{
87 mNameID = name_id; 87 mNameID = name_id;
88 88
89 char first[DB_FIRST_NAME_BUF_SIZE]; 89 char first[DB_FIRST_NAME_BUF_SIZE]; /*Flawfinder: ignore*/
90 char last[DB_LAST_NAME_BUF_SIZE]; 90 char last[DB_LAST_NAME_BUF_SIZE]; /*Flawfinder: ignore*/
91 char group_name[DB_GROUP_NAME_BUF_SIZE]; 91 char group_name[DB_GROUP_NAME_BUF_SIZE]; /*Flawfinder: ignore*/
92 LLString name; 92 LLString name;
93 93
94 if (!is_group) 94 if (!is_group)