Fixed out of bounds array access.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36051 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2010-04-06 18:44:58 +00:00
parent 2b76954997
commit d888ea5d13
@@ -36,7 +36,7 @@
int NUM_OF_KEYS = PTHREAD_KEYS_MAX;
static pthread_key_t keys[5];
static pthread_key_t keys[NUM_OF_KEYS];
int main()
{