]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/tools/toolutil/pkgitems.cpp
ICU-66108.tar.gz
[apple/icu.git] / icuSources / tools / toolutil / pkgitems.cpp
index cb23b45e633bcfefd77987afec7bbfebdb697479..7b86c55fa423bf656b6363bb3416f57b4944caaf 100644 (file)
@@ -305,7 +305,8 @@ ures_enumDependencies(const char *itemName,
                 break;
             }
             int32_t length;
-            const UChar *alias=res_getString(pResData, res, &length);
+            // No tracing: build tool
+            const UChar *alias=res_getStringNoTrace(pResData, res, &length);
             checkAlias(itemName, res, alias, length, useResSuffix, check, context, pErrorCode);
         }
         break;