diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2024-09-09 17:21:52 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2024-09-09 17:21:52 -0400 |
commit | 9180c4e7a9b92b2a69a95533acc7bc1a1a41f415 (patch) | |
tree | 958701fe8f07defcc1d7071b481318ab662313b7 /indra/llcommon/llapp.cpp | |
parent | 0c451a60b7fe859f9deeaefb6360e96ec9af630f (diff) | |
parent | b7c82a8e7a5efcf56cf8c60ecc4922cf2942b70e (diff) |
Merge branch 'develop' into release/luau-scripting
Diffstat (limited to 'indra/llcommon/llapp.cpp')
-rw-r--r-- | indra/llcommon/llapp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llapp.cpp b/indra/llcommon/llapp.cpp index 820ba05f30..eca611ad6c 100644 --- a/indra/llcommon/llapp.cpp +++ b/indra/llcommon/llapp.cpp @@ -226,7 +226,7 @@ bool LLApp::parseCommandOptions(int argc, wchar_t** wargv) if(wargv[ii][0] != '-') { LL_INFOS() << "Did not find option identifier while parsing token: " - << wargv[ii] << LL_ENDL; + << (intptr_t)wargv[ii] << LL_ENDL; return false; } int offset = 1; |