diff options
| author | Rider Linden <rider@lindenlab.com> | 2026-04-29 15:22:50 -0700 |
|---|---|---|
| committer | Rider Linden <rider@lindenlab.com> | 2026-04-29 15:29:18 -0700 |
| commit | 0f8be801753ade9db2c0dad66d124d71f7314b2d (patch) | |
| tree | 036b1cfa46f966e176a2de0a5837733dee6116de /indra/newview/llsyntaxid.cpp | |
| parent | 89a568167f419b34a7b61ca126c378cbb387bc45 (diff) | |
trigger the pre-commit.
Diffstat (limited to 'indra/newview/llsyntaxid.cpp')
| -rw-r--r-- | indra/newview/llsyntaxid.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llsyntaxid.cpp b/indra/newview/llsyntaxid.cpp index 0ded401d3e..ad10cee3dd 100644 --- a/indra/newview/llsyntaxid.cpp +++ b/indra/newview/llsyntaxid.cpp @@ -35,6 +35,7 @@ #include "llviewerregion.h" #include "llcorehttputil.h" + //----------------------------------------------------------------------------- // LLSyntaxIdLSL //----------------------------------------------------------------------------- @@ -226,7 +227,7 @@ void LLSyntaxDefCache::fetchKeywordsFileCoro(std::string url, LLUUID syntax_id) // to the default versions, so below, where we get the path to the lua keywords // well be loading the default version. buildDefaultCache(); - + // The LSL keywords we just received std::string full_path = gDirUtilp->add(path, FILENAME_INTERNAL_LSL); if (writeCacheFile(full_path, result)) |
