aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llnamebox.cpp
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:44:50 -0500
committerJacek Antonelli2008-08-15 23:44:50 -0500
commit89fe5dab825a62a0e3fd8d248cbc91c65eb2a426 (patch)
treebcff14b7888d04a2fec799c59369f6095224bd08 /linden/indra/newview/llnamebox.cpp
parentSecond Life viewer sources 1.13.3.2 (diff)
downloadmeta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.zip
meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.gz
meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.bz2
meta-impy-89fe5dab825a62a0e3fd8d248cbc91c65eb2a426.tar.xz
Second Life viewer sources 1.14.0.0
Diffstat (limited to 'linden/indra/newview/llnamebox.cpp')
-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)