chiark / gitweb /
compatibility version check
[ypp-sc-tools.db-test.git] / pctb / ocr.c
index 7f3be26a0eaee8c90906129c674d56514d74ad54..df4aacfbb05e299e09642f66115abfbe0bd8b584 100644 (file)
@@ -110,7 +110,8 @@ static void callout_unknown(int w, int h, Pixcol cols[],
       /* we know donepipe[1] is >= 4 and we have dealt with all the others
        * so we aren't in any danger of overwriting some other fd 4: */
       r= dup2(donepipe[1],4); eassert(r==4);
       /* we know donepipe[1] is >= 4 and we have dealt with all the others
        * so we aren't in any danger of overwriting some other fd 4: */
       r= dup2(donepipe[1],4); eassert(r==4);
-      execlp("./show-thing.tcl", "./show-thing.tcl","--automatic",(char*)0);
+      execlp("./show-thing.tcl", "./show-thing.tcl",
+            "--automatic","1",(char*)0);
       eassert(!"execlp failed");
     }
     r= close(jobpipe[0]); eassert(!r);
       eassert(!"execlp failed");
     }
     r= close(jobpipe[0]); eassert(!r);