Changeset 29537 for trunk/Ohana/src/libfits/header/F_H_field.c
- Timestamp:
- Oct 25, 2010, 12:36:40 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/libfits/header/F_H_field.c (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 */
Note:
See TracChangeset
for help on using the changeset viewer.
