aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/jcf-parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/java/jcf-parse.c')
-rw-r--r--gcc/java/jcf-parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/jcf-parse.c b/gcc/java/jcf-parse.c
index 016e974..352a0be 100644
--- a/gcc/java/jcf-parse.c
+++ b/gcc/java/jcf-parse.c
@@ -1173,7 +1173,7 @@ classify_zip_file (struct ZipDirectory *zdir)
return 1;
/* For now we drop the manifest, but not other information. */
- if (zdir->filename_length > 8
+ if (zdir->filename_length == 20
&& !strncmp (class_name_in_zip_dir, "META-INF/MANIFEST.MF", 20))
return 0;