Skip to content

Commit 8ad71cf

Browse files
committed
What... the hell? Why does this...? Oh well. MAC BUILDS FIXED
1 parent f4e3087 commit 8ad71cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/shared_memory.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ namespace IPC {
120120
#if defined(__CYGWIN__) || defined(_WIN32)
121121
return mySem != 0;
122122
#else
123-
return mySem && mySem != SEM_FAILED;
123+
return mySem != SEM_FAILED;
124124
#endif
125125
}
126126

0 commit comments

Comments
 (0)