X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/b25be06635768807f8f693286fa73bb2297bb06c..4388f060552cc537e71e957d32f35e9d75a61233:/icuSources/tools/tzcode/zdump.c diff --git a/icuSources/tools/tzcode/zdump.c b/icuSources/tools/tzcode/zdump.c index b27480dd..3ed42426 100644 --- a/icuSources/tools/tzcode/zdump.c +++ b/icuSources/tools/tzcode/zdump.c @@ -996,7 +996,7 @@ static void getzones(char * basedir, char * relpath, struct listentry ** last, i if ((dp = opendir(path)) == NULL) { /* file */ - if (strstr(relpath, ".tab") == NULL) { + if (strstr(relpath, ".tab") == NULL && strcmp(relpath, "Etc/Unknown") != 0) { char * pzonename; listentry * pentry;