mirror of https://gitee.com/bigwinds/arangodb
macos
This commit is contained in:
parent
0b647f65a0
commit
f4eab1abe9
|
@ -151,7 +151,7 @@ int TRI_errno () {
|
|||
int TRI_errno () {
|
||||
tri_error_t* eptr;
|
||||
|
||||
eptr = static_cast<decltype<eptr>(pthread_getspecific(ErrorKey));
|
||||
eptr = static_cast<decltype(eptr)>(pthread_getspecific(ErrorKey));
|
||||
|
||||
if (eptr == nullptr) {
|
||||
return 0;
|
||||
|
|
Loading…
Reference in New Issue