From f4eab1abe9f99ca20a7c63744df770f16e5142ef Mon Sep 17 00:00:00 2001 From: Jan Steemann Date: Tue, 23 Sep 2014 09:38:16 +0200 Subject: [PATCH] macos --- lib/Basics/error.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Basics/error.cpp b/lib/Basics/error.cpp index cdb0950a8c..710b848818 100644 --- a/lib/Basics/error.cpp +++ b/lib/Basics/error.cpp @@ -151,7 +151,7 @@ int TRI_errno () { int TRI_errno () { tri_error_t* eptr; - eptr = static_cast(pthread_getspecific(ErrorKey)); + eptr = static_cast(pthread_getspecific(ErrorKey)); if (eptr == nullptr) { return 0;