diff --git a/indra/newview/llappviewerwin32.cpp b/indra/newview/llappviewerwin32.cpp
index b7ad28448b1d142bd86d81169892e214a2a6ca69..4701e7bbed459540fcc6c878a81906677e6f9999 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;
 	}