Changeset 3415
- Timestamp:
- Mar 13, 2005, 4:25:00 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/cmd.astro/coords.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.astro/coords.c
r3393 r3415 41 41 if ((buf = SelectBuffer (argv[1], OLDBUFFER, TRUE)) == NULL) goto escape; 42 42 GetCoords (&coords, &buf[0].header); 43 if ( strcmp(&coords.ctype[4], "-WRP")) {43 if (!strcmp(&coords.ctype[4], "-WRP")) { 44 44 if (MOSAIC == NULL) { 45 45 fprintf (stderr, "must supply mosaic for WRP coords\n");
Note:
See TracChangeset
for help on using the changeset viewer.
