ICU-5348 Fixes for UCONFIG_NO_FILE_IO = 1

X-SVN-Rev: 20175
This commit is contained in:
George Rhoten 2006-08-29 03:23:51 +00:00
parent 4c36af547c
commit a981e196f5

View File

@ -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);