From: Reuben Thomas Date: Tue, 12 Feb 2008 16:30:48 +0000 (+0000) Subject: Add to-do. X-Git-Tag: FILE5_05~492 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=536aa3426b45b8f459de32ea4a29a51cc8dee919;p=file Add to-do. --- diff --git a/src/file.h b/src/file.h index 2a9cd333..675e63e6 100644 --- a/src/file.h +++ b/src/file.h @@ -27,7 +27,7 @@ */ /* * file.h - definitions for file(1) program - * @(#)$File: file.h,v 1.94 2008/02/07 00:58:52 christos Exp $ + * @(#)$File: file.h,v 1.95 2008/02/12 16:30:48 rrt Exp $ */ #ifndef __file_h__ @@ -303,6 +303,8 @@ struct magic_set { size_t rm_len; /* match length */ } search; + /* FIXME: Make the string dynamically allocated so that e.g. + strings matched in files can be longer than MAXstring */ union VALUETYPE ms_value; /* either number or string */ };