Skip to content

Commit 19b2ad7

Browse files
committed
fixed gtest
1 parent 18afd83 commit 19b2ad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utilities.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ const char* ProgramInvocationShortName() {
177177
}
178178

179179
bool IsGoogleLoggingInitialized() {
180-
return g_program_invocation_short_name.empty();
180+
return !g_program_invocation_short_name.empty();
181181
}
182182

183183
#ifdef OS_WINDOWS

0 commit comments

Comments
 (0)