Changeset 20819 for trunk/Ohana/src/opihi/dvo/avextract.c
- Timestamp:
- Nov 24, 2008, 10:43:38 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/dvo/avextract.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/dvo/avextract.c
r20575 r20819 65 65 // parse stack elements into fields and scalars as needed 66 66 Nreturn = Nfields; 67 dbCheckStack (stack, Nstack, DVO_TABLE_AVERAGE, &fields, &Nfields);67 if (!dbCheckStack (stack, Nstack, DVO_TABLE_AVERAGE, &fields, &Nfields)) goto escape; 68 68 // XXX handle errors 69 69
Note:
See TracChangeset
for help on using the changeset viewer.
