diff --git a/icu4c/source/common/ucmndata.c b/icu4c/source/common/ucmndata.c index 1b12ffbdc9..61262f7155 100644 --- a/icu4c/source/common/ucmndata.c +++ b/icu4c/source/common/ucmndata.c @@ -1,7 +1,7 @@ /* ****************************************************************************** * -* Copyright (C) 1999-2004, International Business Machines +* Copyright (C) 1999-2008, International Business Machines * Corporation and others. All Rights Reserved. * ******************************************************************************/ @@ -204,7 +204,7 @@ static const DataHeader *pointerTOCLookupFn(const UDataMemory *pData, else { /* found it */ #ifdef UDATA_DEBUG - fprintf(STDErr, "%s: Found.\n", toc->entry[number].entryName); + fprintf(stderr, "%s: Found.\n", toc->entry[number].entryName); #endif *pLength=-1; return UDataMemory_normalizeDataPointer(toc->entry[number].pHeader); diff --git a/icu4c/source/common/udata.c b/icu4c/source/common/udata.c index bb0da52f47..bef6d21b46 100644 --- a/icu4c/source/common/udata.c +++ b/icu4c/source/common/udata.c @@ -1322,7 +1322,7 @@ doOpenChoice(const char *path, const char *type, const char *name, /************************ Begin loop looking for ind. files ***************/ #ifdef UDATA_DEBUG - fprintf(stderr, "IND: inBasename = %s, pkg=%s\n", inBasename, packageNameFromPath(path)); + fprintf(stderr, "IND: inBasename = %s, pkg=%s\n", "(n/a)", packageNameFromPath(path)); #endif /* End of dealing with a null basename */