diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2018-05-26 08:44:57 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2018-05-26 08:44:57 -0400 |
commit | a5c17472fb3bbd2bc6fe188c450d2123963b5d6e (patch) | |
tree | 1b7a1af4c2b24875574fd635f84724a9ca5e185b /indra | |
parent | 8781b36d7ee5d6532fb6534caa595166ad00f04d (diff) |
SL-823: Fix typo in code that sets up BugSplat.
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llappviewerwin32.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappviewerwin32.cpp b/indra/newview/llappviewerwin32.cpp index f9df2b88ed..c2cbce493c 100644 --- a/indra/newview/llappviewerwin32.cpp +++ b/indra/newview/llappviewerwin32.cpp @@ -550,7 +550,7 @@ bool LLAppViewerWin32::init() #else // LL_BUGSPLAT - if (gDirUtilp) + if (! gDirUtilp) { LL_WARNS() << "Can't initialize BugSplat, gDirUtilp not yet set" << LL_ENDL; } |