summaryrefslogtreecommitdiffstats
path: root/depends/pack200/src/unpack200.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'depends/pack200/src/unpack200.cpp')
-rw-r--r--depends/pack200/src/unpack200.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/depends/pack200/src/unpack200.cpp b/depends/pack200/src/unpack200.cpp
index c6aa0b02..2ff8c34a 100644
--- a/depends/pack200/src/unpack200.cpp
+++ b/depends/pack200/src/unpack200.cpp
@@ -156,8 +156,11 @@ void unpack_200(std::string input_path, std::string output_path)
magic = read_magic(&u, peek, (int)sizeof(peek));
if (magic != (int)JAVA_PACKAGE_MAGIC)
{
+ // we do not feel strongly about this kind of thing...
+ /*
if (magic != EOF_MAGIC)
unpack_abort("garbage after end of pack archive");
+ */
break; // all done
}