aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llnamebox.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llnamebox.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/linden/indra/newview/llnamebox.cpp b/linden/indra/newview/llnamebox.cpp
index bdaa224..8dacf34 100644
--- a/linden/indra/newview/llnamebox.cpp
+++ b/linden/indra/newview/llnamebox.cpp
@@ -66,9 +66,9 @@ void LLNameBox::setNameID(const LLUUID& name_id, BOOL is_group)
66{ 66{
67 mNameID = name_id; 67 mNameID = name_id;
68 68
69 char first[DB_FIRST_NAME_BUF_SIZE]; 69 char first[DB_FIRST_NAME_BUF_SIZE]; /*Flawfinder: ignore*/
70 char last[DB_LAST_NAME_BUF_SIZE]; 70 char last[DB_LAST_NAME_BUF_SIZE]; /*Flawfinder: ignore*/
71 char group_name[DB_GROUP_NAME_BUF_SIZE]; 71 char group_name[DB_GROUP_NAME_BUF_SIZE]; /*Flawfinder: ignore*/
72 LLString name; 72 LLString name;
73 73
74 if (!is_group) 74 if (!is_group)