diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2018-05-26 08:45:19 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2018-05-26 08:45:19 -0400 |
commit | 6b17202a076cd3727e474d2da8980c3be9613c32 (patch) | |
tree | 4c9e0f777dcc99fa68dc86858b0f00cecd1bcb64 /indra/newview/llappviewerwin32.cpp | |
parent | 3ca76065b0beeaf276078b4bc28b8e0c6295a4fc (diff) | |
parent | a5c17472fb3bbd2bc6fe188c450d2123963b5d6e (diff) |
Automated merge with ssh://bitbucket.org/lindenlab/viewer-bugsplat
Diffstat (limited to 'indra/newview/llappviewerwin32.cpp')
-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 b7ad28448b..4701e7bbed 100644 --- a/indra/newview/llappviewerwin32.cpp +++ b/indra/newview/llappviewerwin32.cpp @@ -565,7 +565,7 @@ bool LLAppViewerWin32::init() #else // LL_BUGSPLAT - if (gDirUtilp) + if (! gDirUtilp) { LL_WARNS() << "Can't initialize BugSplat, gDirUtilp not yet set" << LL_ENDL; } |