diff options
Diffstat (limited to 'lib/libstand/zipfs.c')
| -rw-r--r-- | lib/libstand/zipfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libstand/zipfs.c b/lib/libstand/zipfs.c index 59034ffd102b..00c8f8f73634 100644 --- a/lib/libstand/zipfs.c +++ b/lib/libstand/zipfs.c @@ -175,7 +175,7 @@ zf_open(const char *fname, struct open_file *f) /* If the name already ends in .gz or .bz2, ignore it */ if ((cp = strrchr(fname, '.')) && (!strcmp(cp, ".gz") - || !strcmp(cp, ".bz2"))) + || !strcmp(cp, ".bz2") || !strcmp(cp, ".split"))) return(ENOENT); /* Construct new name */ |
