]> granicus.if.org Git - file/commitdiff
Remove misleading, unnecessary comment.
authorReuben Thomas <rrt@sc3d.org>
Mon, 11 Feb 2008 22:11:24 +0000 (22:11 +0000)
committerReuben Thomas <rrt@sc3d.org>
Mon, 11 Feb 2008 22:11:24 +0000 (22:11 +0000)
src/softmagic.c

index 4b1aae38826427c99c2e869d3f1c46b155088eaf..6c8e5621348ba6fe99e9e5237bbffe37153a35a6 100644 (file)
@@ -38,7 +38,7 @@
 
 
 #ifndef        lint
-FILE_RCSID("@(#)$File: softmagic.c,v 1.105 2008/02/07 00:58:52 christos Exp $")
+FILE_RCSID("@(#)$File: softmagic.c,v 1.106 2008/02/11 01:02:11 rrt Exp $")
 #endif /* lint */
 
 private int match(struct magic_set *, struct magic *, uint32_t,
@@ -789,10 +789,6 @@ mcopy(struct magic_set *ms, union VALUETYPE *p, int type, int indir,
                        return 0;
 
                case FILE_REGEX: {
-                       /*
-                        * offset is interpreted as last line to search,
-                        * (starting at 1), not as bytes-from start-of-file
-                        */
                        const char *b;
                        const char *c;
                        const char *last;       /* end of search region */