From a442d67bb0186ca0cf5f14a236438e549f873f50 Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Mon, 11 Feb 2008 22:11:24 +0000 Subject: [PATCH] Remove misleading, unnecessary comment. --- src/softmagic.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/softmagic.c b/src/softmagic.c index 4b1aae38..6c8e5621 100644 --- a/src/softmagic.c +++ b/src/softmagic.c @@ -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 */ -- 2.50.1