ICU-6535 fix bugs in test code
X-SVN-Rev: 24571
This commit is contained in:
parent
1ca0d2231f
commit
ae006657a6
@ -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);
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user