Skip to content

Commit

Permalink
What... the hell? Why does this...? Oh well. MAC BUILDS FIXED
Browse files Browse the repository at this point in the history
  • Loading branch information
Thulinma committed Nov 29, 2017
1 parent f4e3087 commit 8ad71cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/shared_memory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ namespace IPC {
#if defined(__CYGWIN__) || defined(_WIN32)
return mySem != 0;
#else
return mySem && mySem != SEM_FAILED;
return mySem != SEM_FAILED;
#endif
}

Expand Down

0 comments on commit 8ad71cf

Please sign in to comment.