- Timestamp:
- Jun 12, 2015, 9:26:15 PM (11 years ago)
- Location:
- branches/eam_branches/ipp-20150419/Ohana/src/opihi
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20150419/Ohana/src/opihi
-
Property svn:mergeinfo
set to
/branches/eam_branches/ipp-20150112/Ohana/src/opihi merged eligible /branches/eam_branches/ipp-20150405/Ohana/src/opihi merged eligible /trunk/Ohana/src/opihi merged eligible
-
Property svn:mergeinfo
set to
-
branches/eam_branches/ipp-20150419/Ohana/src/opihi/cmd.data
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20150419/Ohana/src/opihi/cmd.data/tv.c
r38062 r38443 71 71 int tooBig = buf[0].matrix.Naxis[2] ? (plane >= buf[0].matrix.Naxis[2]) : plane > 0; 72 72 if (tooBig) { 73 gprint (GP_ERR, " ERROR: -plane (plane) : out of bounds (%d vs %d)\n", plane, buf[0].matrix.Naxis[2]);73 gprint (GP_ERR, " ERROR: -plane (plane) : out of bounds (%d vs "OFF_T_FMT")\n", plane, buf[0].matrix.Naxis[2]); 74 74 return (FALSE); 75 75 }
Note:
See TracChangeset
for help on using the changeset viewer.
