diff options
Diffstat (limited to 'linden/indra/newview/llfloatertelehub.cpp')
-rw-r--r-- | linden/indra/newview/llfloatertelehub.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/newview/llfloatertelehub.cpp b/linden/indra/newview/llfloatertelehub.cpp index 150e369..e48b6ca 100644 --- a/linden/indra/newview/llfloatertelehub.cpp +++ b/linden/indra/newview/llfloatertelehub.cpp | |||
@@ -5,6 +5,7 @@ | |||
5 | * | 5 | * |
6 | * Copyright (c) 2005-2007, Linden Research, Inc. | 6 | * Copyright (c) 2005-2007, Linden Research, Inc. |
7 | * | 7 | * |
8 | * Second Life Viewer Source Code | ||
8 | * The source code in this file ("Source Code") is provided by Linden Lab | 9 | * The source code in this file ("Source Code") is provided by Linden Lab |
9 | * to you under the terms of the GNU General Public License, version 2.0 | 10 | * to you under the terms of the GNU General Public License, version 2.0 |
10 | * ("GPL"), unless you have obtained a separate licensing agreement | 11 | * ("GPL"), unless you have obtained a separate licensing agreement |
@@ -244,7 +245,7 @@ void LLFloaterTelehub::onClickRemoveSpawnPoint(void* data) | |||
244 | msg->addString("Parameter", "spawnpoint remove"); | 245 | msg->addString("Parameter", "spawnpoint remove"); |
245 | 246 | ||
246 | char buffer[MAX_STRING]; /* Flawfinder: ignore */ | 247 | char buffer[MAX_STRING]; /* Flawfinder: ignore */ |
247 | snprintf(buffer, MAX_STRING, "%d", spawn_index); /* Flawfinder: ignore */ | 248 | snprintf(buffer, MAX_STRING, "%d", spawn_index); /* Flawfinder: ignore */ |
248 | msg->nextBlock("ParamList"); | 249 | msg->nextBlock("ParamList"); |
249 | msg->addString("Parameter", buffer); | 250 | msg->addString("Parameter", buffer); |
250 | 251 | ||