ICU-6535 fix bugs in test code

X-SVN-Rev: 24571
This commit is contained in:
Steven R. Loomis 2008-09-15 19:36:19 +00:00
parent 1ca0d2231f
commit ae006657a6
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -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 */