X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.web-live.git;a=blobdiff_plain;f=pctb%2Fresolve.c;h=19615f3e4ea251ab301cb496d28b09b7181203c3;hp=0bd05792ee2b91d3adc404f732be4be402c2ef04;hb=1960a983bfa9b2d7bfe38759b2133c21f14913e9;hpb=3d80a86a8c77e29a26e70aa810ebb2dea607208e diff --git a/pctb/resolve.c b/pctb/resolve.c index 0bd0579..19615f3 100644 --- a/pctb/resolve.c +++ b/pctb/resolve.c @@ -50,7 +50,8 @@ FILE *resolve_start(void) { * so we aren't in any danger of overwriting some other fd 4: */ sysassert( dup2(donepipe[1],4) ==4 ); EXECLP_HELPER("dictionary-manager", - DEBUGP(callout) ? "--debug" : "--noop-arg", + DEBUGP(callout) ? "--debug" : "--noop-arg", + DEBUGP(callout) && DEBUGP(rect) ? "--debug-rect" : "--noop-arg", o_quiet ? "--quiet" : "--noop-arg", "--automatic-1", (char*)0);