summaryrefslogtreecommitdiff
path: root/indra/llkdu
diff options
context:
space:
mode:
authorcallum <none@none>2011-05-23 17:12:08 -0700
committercallum <none@none>2011-05-23 17:12:08 -0700
commit1afbbba03d0c93ad7897f336bb070bdf0bf1ecda (patch)
tree433845ee700f918d7e1e665023cf07fa1062dae5 /indra/llkdu
parente5e98a597d6bad6d2ccbe5a5a0bee45f8e66eb0b (diff)
EXP-826 FIX Help -> About Secondlife Info is corrupted.
Diffstat (limited to 'indra/llkdu')
-rw-r--r--indra/llkdu/llimagej2ckdu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llkdu/llimagej2ckdu.cpp b/indra/llkdu/llimagej2ckdu.cpp
index 39ae09650e..c156ed0cef 100644
--- a/indra/llkdu/llimagej2ckdu.cpp
+++ b/indra/llkdu/llimagej2ckdu.cpp
@@ -73,7 +73,7 @@ void set_default_colour_weights(kdu_params *siz);
const char* engineInfoLLImageJ2CKDU()
{
- std::string version = llformat("KDU %s", KDU_CORE_VERSION);
+ static std::string version = llformat("KDU %s", KDU_CORE_VERSION);
return version.c_str();
}