water patch
This commit is contained in:
@@ -181,7 +181,7 @@ for (idx=0; idx<globbuf.gl_pathc; idx++) {
|
||||
// exit(1);
|
||||
// }
|
||||
|
||||
foo = filterstack_run(&Out, 0);
|
||||
foo = filterstack_run(0, &Out, 0);
|
||||
if (foo) {
|
||||
fprintf(stderr, "run filt stk--> %d\n", foo);
|
||||
return foo;
|
||||
@@ -269,7 +269,7 @@ if (3 != (argc-optind)) {
|
||||
exit(1);
|
||||
}
|
||||
|
||||
foo = parse_filter_chain(filterchain);
|
||||
foo = parse_filter_chain(0, filterchain);
|
||||
if (foo) {
|
||||
fprintf(stderr, "err %d parsing '%s'\n", foo, filterchain);
|
||||
exit(1);
|
||||
|
||||
Reference in New Issue
Block a user