diff options
author | Loren Shih <seraph@lindenlab.com> | 2010-02-12 17:13:55 -0500 |
---|---|---|
committer | Loren Shih <seraph@lindenlab.com> | 2010-02-12 17:13:55 -0500 |
commit | 2cabf100e22d4f54ebd0ea6ea20b88985a5654c4 (patch) | |
tree | a410a41598caf63aeef39b2d0c40741ac372c10f /indra/lscript/lscript_compile/lscript_tree.cpp | |
parent | dce57c6b80b1286889da1a6cadda05c864a31851 (diff) | |
parent | 21be0916a4b707654e99a8c6c734d24e4bb5da7c (diff) |
automated merge viewer2.0->viewer2.0
Diffstat (limited to 'indra/lscript/lscript_compile/lscript_tree.cpp')
-rw-r--r-- | indra/lscript/lscript_compile/lscript_tree.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/lscript/lscript_compile/lscript_tree.cpp b/indra/lscript/lscript_compile/lscript_tree.cpp index 3b8bbbe805..4ba41db2fc 100644 --- a/indra/lscript/lscript_compile/lscript_tree.cpp +++ b/indra/lscript/lscript_compile/lscript_tree.cpp @@ -10626,6 +10626,8 @@ LLScriptScript::LLScriptScript(LLScritpGlobalStorage *globals, } temp = temp->mNextp; } + + mClassName[0] = '\0'; } void LLScriptScript::setBytecodeDest(const char* dst_filename) |