chiark / gitweb /
if -Drect and -Dcallout, make dictionary-manager print out whole image input
[ypp-sc-tools.db-live.git] / pctb / resolve.c
index 0bd05792ee2b91d3adc404f732be4be402c2ef04..19615f3e4ea251ab301cb496d28b09b7181203c3 100644 (file)
@@ -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);