Changeset 19579 for trunk/Ohana/src/opihi/dvo/avextract.c
- Timestamp:
- Sep 16, 2008, 9:16:26 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/dvo/avextract.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/dvo/avextract.c
r16936 r19579 3 3 int avextract (int argc, char **argv) { 4 4 5 int i, j, n, m, N, Npts, NPTS, last, Nfields, Nreturn, Ncstack, Nstack;5 int i, j, n, m, N, Npts, NPTS, last, next, state, Nfields, Nreturn, Ncstack, Nstack; 6 6 int Nsecfilt, mode, VERBOSE; 7 7 char **cstack, name[1024]; … … 48 48 fields = dbCmdlineFields (argc, argv, DVO_TABLE_AVERAGE, &last, &Nfields); 49 49 if (fields == NULL) return (FALSE); 50 51 // examine line for 'where' or 'match to'. 'match to' is forbidden 52 state = dbCmdlineConditions (argc, argv, last, &next); 53 if (state == DVO_DB_CMDLINE_ERROR) goto escape; 54 if (state == DVO_DB_CMDLINE_IS_MATCH) goto escape; // not allowed for mextract 50 55 51 56 // parse the remainder of the line as a boolean math expression
Note:
See TracChangeset
for help on using the changeset viewer.
