freebsd-ports/devel/zthread/files/patch-include_zthread_Guard.h

12 lines
289 B
C
Raw Normal View History

2004-12-24 16:23:27 +01:00
--- include/zthread/Guard.h.orig Wed Jul 30 00:40:13 2003
+++ include/zthread/Guard.h Fri Dec 24 21:15:17 2004
@@ -490,7 +490,7 @@
try {
- if(!isDisabled())
+ if(!this->isDisabled())
LockingPolicy::destroyScope(*this);
} catch (...) { /* ignore */ }