diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llviewerreputation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llviewerreputation.cpp b/linden/indra/newview/llviewerreputation.cpp index 8cccb6b..3ee4ab3 100644 --- a/linden/indra/newview/llviewerreputation.cpp +++ b/linden/indra/newview/llviewerreputation.cpp | |||
@@ -90,7 +90,7 @@ void send_reputation_agent_assign(const LLUUID& rator_id, | |||
90 | message.append(" rated you: "); | 90 | message.append(" rated you: "); |
91 | } | 91 | } |
92 | 92 | ||
93 | if (text && strlen(text) > 0) | 93 | if (text && strlen(text) > 0) /* Flawfinder: ignore */ |
94 | { | 94 | { |
95 | message.append(text); | 95 | message.append(text); |
96 | } | 96 | } |