From e07563e005dbbb38228bb37b9523b83e9f5820e3 Mon Sep 17 00:00:00 2001 From: Christos Zoulas Date: Thu, 23 Sep 1993 17:59:17 +0000 Subject: [PATCH] added entry for pc broken postscript files that start with ^D --- magic/Magdir/old/postscript | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/magic/Magdir/old/postscript b/magic/Magdir/old/postscript index 6cc40a64..dcd8f655 100644 --- a/magic/Magdir/old/postscript +++ b/magic/Magdir/old/postscript @@ -4,7 +4,14 @@ # XXX - should we match only versions 1.0 and 2.0, or should we wildcard # it? # -0 string %! PostScript text +0 string %! PostScript document >2 string PS-Adobe- conforming >>11 string 1.0 at level %s >>11 string 2.0 at level %s +>>11 string 3.0 at level %s +# Some pc's have the annoying habit of adding a ^D +0 string \004%! PostScript document +>3 string PS-Adobe- conforming +>>12 string 1.0 at level %s +>>12 string 2.0 at level %s +>>12 string 3.0 at level %s -- 2.40.0