From: Reuben Thomas Date: Tue, 12 Feb 2008 16:30:48 +0000 (+0000) Subject: Add to-do. X-Git-Tag: pre-rrt-big-changes-post-4-23~27 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1877575c9d3a4e151cc1c08816119dc76c842f62;p=file Add to-do. --- diff --git a/src/file.h b/src/file.h index f4b4575f..e0de8309 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.93 2008/02/04 16:33:46 christos Exp $ + * @(#)$File: file.h,v 1.94 2008/02/07 00:58:52 christos 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 */ };