Changeset 29537 for trunk/Ohana/src/libfits
- Timestamp:
- Oct 25, 2010, 12:36:40 PM (16 years ago)
- Location:
- trunk/Ohana/src/libfits
- Files:
-
- 2 edited
-
header/F_H_field.c (modified) (1 diff)
-
include/gfitsio.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/libfits/header/F_H_field.c
r27435 r29537 11 11 12 12 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; 13 16 14 17 /* create a blank-padded keyword with exactly 8 characters */ -
trunk/Ohana/src/libfits/include/gfitsio.h
r28241 r29537 13 13 # endif 14 14 15 /* if we are not correctly including the ohana headers, this will fail */ 15 16 # ifndef NEWLINE 16 17 # define NEWLINE 10 /* UNIX RETURN character */
Note:
See TracChangeset
for help on using the changeset viewer.
