Changeset 7917 for trunk/Ohana/src/opihi/lib.shell/expand_vectors.c
- Timestamp:
- Jul 16, 2006, 10:58:49 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/lib.shell/expand_vectors.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/lib.shell/expand_vectors.c
r3922 r7917 59 59 /* find vector element */ 60 60 if (I >= vec[0].Nelements) { 61 fprintf (stderr, "vector subscript out of range\n");61 gprint (GP_ERR, "vector subscript out of range\n"); 62 62 goto escape; 63 63 }
Note:
See TracChangeset
for help on using the changeset viewer.
