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 f4b4575ffd72157c76b70570f298311be6d19591..e0de8309ad7857f88904be58bce02cff38803269 100644 (file)
@@ -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 */
 };