From a981e196f56b3bd995e0d0b2e9e7d6fe6045ae3f Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Tue, 29 Aug 2006 03:23:51 +0000 Subject: [PATCH] ICU-5348 Fixes for UCONFIG_NO_FILE_IO = 1 X-SVN-Rev: 20175 --- icu4c/source/test/cintltst/udatatst.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/test/cintltst/udatatst.c b/icu4c/source/test/cintltst/udatatst.c index 336d97ef3f..2a5b7aef95 100644 --- a/icu4c/source/test/cintltst/udatatst.c +++ b/icu4c/source/test/cintltst/udatatst.c @@ -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);