mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-5348 Fixes for UCONFIG_NO_FILE_IO = 1
X-SVN-Rev: 20175
This commit is contained in:
parent
4c36af547c
commit
a981e196f5
1 changed files with 1 additions and 1 deletions
|
@ -1574,7 +1574,7 @@ TestSwapData() {
|
|||
UDataMemory *pData;
|
||||
uint8_t *buffer;
|
||||
const char *pkg, *nm, *testPath;
|
||||
UErrorCode errorCode;
|
||||
UErrorCode errorCode = U_ZERO_ERROR;
|
||||
int32_t i;
|
||||
|
||||
buffer=(uint8_t *)uprv_malloc(2*SWAP_BUFFER_SIZE);
|
||||
|
|
Loading…
Add table
Reference in a new issue