diff options
author | Jacek Antonelli | 2008-08-15 23:44:50 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:44:50 -0500 |
commit | 89fe5dab825a62a0e3fd8d248cbc91c65eb2a426 (patch) | |
tree | bcff14b7888d04a2fec799c59369f6095224bd08 /linden/indra/newview/llimview.cpp | |
parent | Second Life viewer sources 1.13.3.2 (diff) | |
download | meta-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 '')
-rw-r--r-- | linden/indra/newview/llimview.cpp | 6 |
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 | { |