aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llimview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llimview.cpp')
-rw-r--r--linden/indra/newview/llimview.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/linden/indra/newview/llimview.cpp b/linden/indra/newview/llimview.cpp
index e2d33fd..a4fd729 100644
--- a/linden/indra/newview/llimview.cpp
+++ b/linden/indra/newview/llimview.cpp
@@ -558,7 +558,7 @@ void LLIMView::setFloaterOpen(BOOL set_open)
558 //RN "visible" and "open" are considered synonomous for now 558 //RN "visible" and "open" are considered synonomous for now
559 if (set_open) 559 if (set_open)
560 { 560 {
561 mTalkFloater->open(); 561 mTalkFloater->open(); /*Flawfinder: ignore*/
562 } 562 }
563 else 563 else
564 { 564 {
@@ -701,8 +701,8 @@ void LLIMView::noteOfflineUsers(LLFloaterIMPanel* floater,
701 for(S32 i = 0; i < count; ++i) 701 for(S32 i = 0; i < count; ++i)
702 { 702 {
703 info = at.getBuddyInfo(ids.get(i)); 703 info = at.getBuddyInfo(ids.get(i));
704 char first[DB_FIRST_NAME_BUF_SIZE]; 704 char first[DB_FIRST_NAME_BUF_SIZE]; /*Flawfinder: ignore*/
705 char last[DB_LAST_NAME_BUF_SIZE]; 705 char last[DB_LAST_NAME_BUF_SIZE]; /*Flawfinder: ignore*/
706 if(info && !info->isOnline() 706 if(info && !info->isOnline()
707 && gCacheName->getName(ids.get(i), first, last)) 707 && gCacheName->getName(ids.get(i), first, last))
708 { 708 {