mirror of
https://github.com/corda/corda.git
synced 2025-01-19 11:16:54 +00:00
fix posix build breakage
This commit is contained in:
parent
dbf398e6d0
commit
e145d09523
@ -56,7 +56,7 @@ errorString(JNIEnv* e)
|
||||
snprintf(buffer, size, "wsa code: %d", WSAGetLastError());
|
||||
return charsToArray(e, buffer);
|
||||
#else
|
||||
return errorString(errno);
|
||||
return errorString(e, errno);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user