Changeset 40549 for trunk/Ohana/src/opihi/cmd.data/imspline_apply.c
- Timestamp:
- Oct 20, 2018, 8:58:31 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/cmd.data/imspline_apply.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.data/imspline_apply.c
r34584 r40549 47 47 gfits_create_matrix (&out[0].header, &out[0].matrix); 48 48 if ((y1[0].file[0] != '*') && (y1[0].file[0] != '(')) { 49 s printf (out[0].file, "*%s", y1[0].file);49 snprintf_nowarn (out[0].file, OPIHI_NAME_SIZE, "*%s", y1[0].file); 50 50 } else { 51 s printf (out[0].file, "%s", y1[0].file);51 snprintf_nowarn (out[0].file, OPIHI_NAME_SIZE, "%s", y1[0].file); 52 52 } 53 53
Note:
See TracChangeset
for help on using the changeset viewer.
