- Timestamp:
- May 3, 2010, 8:41:49 AM (16 years ago)
- Location:
- branches/tap_branches
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/tap_branches
- Property svn:mergeinfo changed
-
branches/tap_branches/Ohana
-
Property svn:mergeinfo
set to (toggle deleted branches)
/trunk/Ohana merged eligible /branches/eam_branches/Ohana.20100407 27635-27772 /branches/pap_delete/Ohana 27530-27595
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/tap_branches/Ohana/src/opihi/cmd.data/keyword.c
r7917 r27838 107 107 } 108 108 ivalue = !strcasecmp (line, "T"); 109 gfits_modify (&buf[0].header, argv[2], "%t", 1, ivalue);109 gfits_modify_alt (&buf[0].header, argv[2], "%t", 1, ivalue); 110 110 return (TRUE); 111 111 case KEYCOMMENT: 112 gfits_modify (&buf[0].header, argv[2], "%C", 1, line);112 gfits_modify_alt (&buf[0].header, argv[2], "%C", 1, line); 113 113 return (TRUE); 114 114 case COMMENT: 115 gfits_modify (&buf[0].header, argv[2], "%S", 0, line);115 gfits_modify_alt (&buf[0].header, argv[2], "%S", 0, line); 116 116 return (TRUE); 117 117 } … … 135 135 136 136 if (ascomment) { 137 status = gfits_scan (&buf[0].header, argv[2], "%C", 1, line);137 status = gfits_scan_alt (&buf[0].header, argv[2], "%C", 1, line); 138 138 if (!status) goto failure; 139 139 if (argc == 4)
Note:
See TracChangeset
for help on using the changeset viewer.
