]> granicus.if.org Git - file/commitdiff
Add to-do.
authorReuben Thomas <rrt@sc3d.org>
Tue, 12 Feb 2008 16:30:48 +0000 (16:30 +0000)
committerReuben Thomas <rrt@sc3d.org>
Tue, 12 Feb 2008 16:30:48 +0000 (16:30 +0000)
src/file.h

index 2a9cd33384ebebd4634b267fea51c255319c60ca..675e63e64afcef1c710af2af3aac6880db879caf 100644 (file)
@@ -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 */
 };