Changeset 155 for trunk/lib


Ignore:
Timestamp:
06/03/09 19:45:58 (15 years ago)
Author:
tim
Message:

work around for man page formatting problem

minor comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/regfi.c

    r154 r155  
    22752275    if(cell_length - 4 < length)
    22762276    {
     2277      /* XXX: All big data records thus far have been 16 bytes long. 
     2278       *      Should we check for this precise size instead of just
     2279       *      relying upon the above check?
     2280       */
    22772281      if (file->major_version >= 1 && file->minor_version >= 5)
    22782282      {
Note: See TracChangeset for help on using the changeset viewer.