mirror of
https://git.freebsd.org/ports.git
synced 2025-07-04 19:09:16 -04:00
- Take maintainership - Bump PORTREVISION - Minor Makefile style cleanups - Regenerated patch files with "make makepatch" PR: ports/124841 Submitted by: Michael <freebsdports at bindone dot de>
11 lines
315 B
C++
11 lines
315 B
C++
--- ./include/zthread/Guard.h.orig 2005-03-12 21:10:09.000000000 -0500
|
|
+++ ./include/zthread/Guard.h 2009-04-23 15:03:09.000000000 -0400
|
|
@@ -491,7 +491,7 @@
|
|
|
|
try {
|
|
|
|
- if(!isDisabled())
|
|
+ if(!this->isDisabled())
|
|
LockingPolicy::destroyScope(*this);
|
|
|
|
} catch (...) { /* ignore */ }
|