]> granicus.if.org Git - file/commitdiff
remove weak magic
authorChristos Zoulas <christos@zoulas.com>
Mon, 16 Jan 2012 15:16:43 +0000 (15:16 +0000)
committerChristos Zoulas <christos@zoulas.com>
Mon, 16 Jan 2012 15:16:43 +0000 (15:16 +0000)
magic/Magdir/palm

index 34255bce15791729c15254fb552de6f016d10a48..a3eeae87bdc15b729168bcc03c8da943ad722910 100644 (file)
@@ -1,6 +1,6 @@
 
 #------------------------------------------------------------------------------
-# $File: palm,v 1.7 2009/09/19 16:28:11 christos Exp $
+# $File: palm,v 1.8 2011/12/15 16:21:43 christos Exp $
 # palm:         file(1) magic for PalmOS {.prc,.pdb}: applications, docfiles, and hacks
 #
 # Brian Lalor <blalor@hcirisc.cs.binghamton.edu>
 # What are the possibilities and where is this documented?
 
 # appl
-59     byte                    \0
->60    string                  appl            PalmOS application
->0     string                  >\0             "%s"
+#59    byte                    \0
+#>60   string                  appl            PalmOS application
+#>0    string                  >\0             "%s"
 # TEXt
-59     byte                    \0
->60    belong                  TEXt            AportisDoc file
->0     string                  >\0             "%s"
+#59    byte                    \0
+#>60   belong                  TEXt            AportisDoc file
+#>0    string                  >\0             "%s"
 # HACK
-59     byte                    \0
->60    string                  HACK            HackMaster hack
->0     string                  >\0             "%s"
+#59    byte                    \0
+#>60   string                  HACK            HackMaster hack
+#>0    string                  >\0             "%s"
 
 # Variety of PalmOS document types
 # Michael-John Turner <mj@debian.org>