Browse Source

Fix != vs. == mismatch.

The remove method is documented to return false on error and
true on success. The shm_unlink functions returns 0 on success.
Therefore, we should return "shm_unlink_result == 0".


[SVN r53382]
Vladimir Prus 17 years ago
parent
commit
d09c9129f6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libs/interprocess

+ 1 - 1
libs/interprocess

@@ -1 +1 @@
-Subproject commit a82c98a172508ff9ccb36caace4ac9874900bbdc
+Subproject commit 8f8c9ebeeedcb74dcdad7233bc1bd9c6c385193d

粤ICP备19079148号