12345678910111213 |
- Subject: Don't print the string entry unless the zip entry matched (Christoph Biedl)
- Origin: FILE5_37-46-g103c6ec2 <https://github.com/file/file/commit/FILE5_37-46-g103c6ec2>
- Upstream-Author: Christos Zoulas <christos@zoulas.com>
- Date: Sat Jul 6 19:25:06 2019 +0000
- --- a/magic/Magdir/zip
- +++ b/magic/Magdir/zip
- @@ -60,4 +60,4 @@
- #>10 leshort >1 \b, %d central directories
- #>12 lelong x \b, %d central directory bytes
- >(16.l) use zipcd
- ->20 pstring/l >0 \b, %s
- +>>20 pstring/l >0 \b, %s
|