IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 25, 2010, 12:36:40 PM (16 years ago)
Author:
eugene
Message:

merge changes from eam_branches/ipp-20100823

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libfits/header/F_H_field.c

    r27435 r29537  
    1111
    1212  if (header[0].buffer == NULL) return NULL;
     13
     14  // regular keywords cannot be larger than 8 chars (use HIERARCH instead)
     15  if (strlen(field) > 8) return NULL;
    1316
    1417  /* create a blank-padded keyword with exactly 8 characters */
Note: See TracChangeset for help on using the changeset viewer.