summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewerwin32.cpp
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2018-05-26 08:44:57 -0400
committerNat Goodspeed <nat@lindenlab.com>2018-05-26 08:44:57 -0400
commita5c17472fb3bbd2bc6fe188c450d2123963b5d6e (patch)
tree1b7a1af4c2b24875574fd635f84724a9ca5e185b /indra/newview/llappviewerwin32.cpp
parent8781b36d7ee5d6532fb6534caa595166ad00f04d (diff)
SL-823: Fix typo in code that sets up BugSplat.
Diffstat (limited to 'indra/newview/llappviewerwin32.cpp')
-rw-r--r--indra/newview/llappviewerwin32.cpp2
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;
}