summaryrefslogtreecommitdiff
path: root/indra/newview/llluamanager.cpp
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2024-09-23 10:47:35 -0400
committerNat Goodspeed <nat@lindenlab.com>2024-09-23 10:47:35 -0400
commit34e89de9f9325aed3b06d1658888e973e19a17fc (patch)
tree510d0b10c3f9b7c74edce7be324a5931c1d736ca /indra/newview/llluamanager.cpp
parentdc5c10f6b74793cab5c188e6bec24ab28b336693 (diff)
parent65379a3b1784209193fda64fa6e99cfb9b87c340 (diff)
Merge remote branch 'lua-script-args' into lua-script-args
Diffstat (limited to 'indra/newview/llluamanager.cpp')
-rw-r--r--indra/newview/llluamanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llluamanager.cpp b/indra/newview/llluamanager.cpp
index 046526ac3c..7fe5c1ece0 100644
--- a/indra/newview/llluamanager.cpp
+++ b/indra/newview/llluamanager.cpp
@@ -204,7 +204,7 @@ void LLLUAmanager::runScriptFile(const std::string &filename, bool autorun,
result_cb(-1, error);
}
return;
- }
+ }
llifstream in_file;
in_file.open(command.script);