Changeset de3b1d3 for filter.c


Ignore:
Timestamp:
Jan 12, 2013, 7:07:51 PM (11 years ago)
Author:
Jason Gross <jasongross9@gmail.com>
Parents:
8258ea5 (diff), c068c03 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:
Merge c068c0307a85727dd3ad619122a640f96399d627 into 8258ea514c05b11da3f68d25d8414e222496fa2d
File:
1 edited

Legend:

Unmodified
Added
Removed
  • filter.c

    r30781f6 rc068c03  
    124124
    125125  op1 = owl_filter_parse_primitive_expression(argc-i, argv+i, &skip);
     126  if(!op1) goto err;
    126127  i += skip;
    127   if(!op1) goto err;
    128128
    129129  while(i < argc) {
Note: See TracChangeset for help on using the changeset viewer.