ICU-5348 Fixes for UCONFIG_NO_FILE_IO = 1
X-SVN-Rev: 20175
This commit is contained in:
parent
4c36af547c
commit
a981e196f5
@ -1574,7 +1574,7 @@ TestSwapData() {
|
|||||||
UDataMemory *pData;
|
UDataMemory *pData;
|
||||||
uint8_t *buffer;
|
uint8_t *buffer;
|
||||||
const char *pkg, *nm, *testPath;
|
const char *pkg, *nm, *testPath;
|
||||||
UErrorCode errorCode;
|
UErrorCode errorCode = U_ZERO_ERROR;
|
||||||
int32_t i;
|
int32_t i;
|
||||||
|
|
||||||
buffer=(uint8_t *)uprv_malloc(2*SWAP_BUFFER_SIZE);
|
buffer=(uint8_t *)uprv_malloc(2*SWAP_BUFFER_SIZE);
|
||||||
|
Loading…
Reference in New Issue
Block a user