ICU-151 Make non-global mutex autoinitialize
X-SVN-Rev: 211
This commit is contained in:
parent
670402e817
commit
968971f95f
@ -75,7 +75,7 @@ void umtx_lock( UMTX *mutex )
|
||||
|
||||
if(*mutex == NULL)
|
||||
{
|
||||
umtx_init(NULL);
|
||||
umtx_init(mutex);
|
||||
}
|
||||
|
||||
#if defined(_WIN32)
|
||||
|
Loading…
Reference in New Issue
Block a user