]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/tools/tzcode/zdump.c
ICU-491.11.1.tar.gz
[apple/icu.git] / icuSources / tools / tzcode / zdump.c
index b27480dd8894568f6c5a951edd245cab2d75641d..3ed4242647e60df10119c3146aff2cce8b6c4312 100644 (file)
@@ -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;