- Timestamp:
- Feb 11, 2011, 3:07:40 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20101205/Ohana/src/opihi/dvo/mmextract.c
r28241 r30580 106 106 // construct the db Boolean math stack (frees cstack) 107 107 stack1 = dbRPN (Ncstack1, cstack1, &Nstack1); 108 if ( (Ncstack1 > 0) && (Nstack1 < 1)) {108 if (Ncstack1 && !Nstack1) { 109 109 print_error (); 110 110 goto escape; … … 113 113 // construct the db Boolean math stack (frees cstack) 114 114 stack2 = dbRPN (Ncstack2, cstack2, &Nstack2); 115 if ( (Ncstack2 > 0) && (Nstack2 < 1)) {115 if (Ncstack2 && !Nstack2) { 116 116 print_error (); 117 117 goto escape;
Note:
See TracChangeset
for help on using the changeset viewer.
