IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 24, 2008, 10:43:38 AM (18 years ago)
Author:
eugene
Message:

handle errors in dbCheckStack

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/dvo/avextract.c

    r20575 r20819  
    6565  // parse stack elements into fields and scalars as needed
    6666  Nreturn = Nfields;
    67   dbCheckStack (stack, Nstack, DVO_TABLE_AVERAGE, &fields, &Nfields);
     67  if (!dbCheckStack (stack, Nstack, DVO_TABLE_AVERAGE, &fields, &Nfields)) goto escape;
    6868  // XXX handle errors
    6969
Note: See TracChangeset for help on using the changeset viewer.