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

Location:
trunk/Ohana/src/libfits
Files:
2 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 */
  • trunk/Ohana/src/libfits/include/gfitsio.h

    r28241 r29537  
    1313# endif
    1414
     15/* if we are not correctly including the ohana headers, this will fail */
    1516# ifndef NEWLINE
    1617# define NEWLINE                 10  /* UNIX RETURN character */
Note: See TracChangeset for help on using the changeset viewer.