diff options
| author | tapple <tapplek@gmail.com> | 2026-01-30 07:32:49 -0800 |
|---|---|---|
| committer | tapple <tapplek@gmail.com> | 2026-01-30 07:32:49 -0800 |
| commit | 413e52fdc269b74e02e2f227730e3e98276e89f2 (patch) | |
| tree | 4bcc04a283b79eb2c31c94b621bffece361c612e | |
| parent | 8567660045c32cbf3a515aac733363123f53dd62 (diff) | |
fix the llbase.decode error behavior
| -rw-r--r-- | indra/newview/app_settings/keywords_lua_default.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/app_settings/keywords_lua_default.xml b/indra/newview/app_settings/keywords_lua_default.xml index 88e4e56d7d..cbae3a3dc4 100644 --- a/indra/newview/app_settings/keywords_lua_default.xml +++ b/indra/newview/app_settings/keywords_lua_default.xml @@ -12991,7 +12991,7 @@ Returns true if result is non-zero.</string> <key>sleep</key> <real>0.0</real> <key>tooltip</key> - <string>Decodes a base64 string to a string, or buffer if asBuffer is true. Returns an empty string/buffer if input is invalid.</string> + <string>Decodes a base64 string to a string, or buffer if asBuffer is true. The output is truncated at the first decoding error.</string> </map> <key>llbase64.encode</key> <map> |
