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