- Timestamp:
- Feb 14, 2011, 1:05:28 PM (15 years ago)
- Location:
- branches/czw_branch/20101203
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
Ohana/src/opihi/dvo/avextract.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20101203
- Property svn:mergeinfo changed
-
branches/czw_branch/20101203/Ohana/src/opihi/dvo/avextract.c
r28241 r30631 44 44 45 45 // parse skyregion options 46 if ((selection = SetRegionSelection (&argc, argv)) == NULL) goto escape; 46 if ((selection = SetRegionSelection (&argc, argv)) == NULL) { 47 print_error(); 48 goto escape; 49 } 47 50 48 51 // command-line is of the form: avextract field,field, field [where (field op value)...] … … 68 71 // construct the db Boolean math stack (frees cstack) 69 72 stack = dbRPN (Ncstack, cstack, &Nstack); 73 if (Ncstack && !Nstack) { 74 print_error(); 75 goto escape; 76 } 70 77 71 78 // add the skyregion limits to the where statement (or create)
Note:
See TracChangeset
for help on using the changeset viewer.
