mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-853 Fixed code for ucol_safeClone (checked in under the wrong jitterbug before)
X-SVN-Rev: 3752
This commit is contained in:
parent
7d46dce352
commit
9b07d23c28
1 changed files with 1 additions and 1 deletions
|
@ -2796,7 +2796,7 @@ ucol_safeClone(const UCollator *coll, void *stackBuffer, int32_t * pBufferSize,
|
|||
} else {
|
||||
localCollator = (UCollator *)stackBuffer;
|
||||
memcpy(localCollator, coll, sizeof(UCollator));
|
||||
localCollator->freeOnClose = TRUE;
|
||||
localCollator->freeOnClose = FALSE;
|
||||
}
|
||||
return localCollator;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue