Changeset 7917 for trunk/Ohana/src/opihi/cmd.astro/profile.c
- Timestamp:
- Jul 16, 2006, 10:58:49 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/cmd.astro/profile.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.astro/profile.c
r2598 r7917 10 10 11 11 if (argc != 7) { 12 fprintf (stderr, "USAGE: profile <buffer> <X vector> <Y vector> x y N\n");12 gprint (GP_ERR, "USAGE: profile <buffer> <X vector> <Y vector> x y N\n"); 13 13 return (FALSE); 14 14 } … … 47 47 48 48 range_error: 49 fprintf (stderr, "region out of range\n");49 gprint (GP_ERR, "region out of range\n"); 50 50 return (FALSE); 51 51 }
Note:
See TracChangeset
for help on using the changeset viewer.
