X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.db-live.git;a=blobdiff_plain;f=pctb%2Focr.c;h=5fdc4575ec4f64540129d00055e3847478f36a4f;hp=314a8294bea8b9c7db56bda9d6d5fa259159a7bc;hb=89dfaeec1540f73ba85dbd25dd5332416f98778e;hpb=52210ae670b22ce2d187bd2dc943fd8ae3f4a8c0;ds=sidebyside diff --git a/pctb/ocr.c b/pctb/ocr.c index 314a829..5fdc457 100644 --- a/pctb/ocr.c +++ b/pctb/ocr.c @@ -200,7 +200,7 @@ static void callout_unknown(OcrReader *rd, int w, 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: */ sysassert( dup2(donepipe[1],4) ==4 ); - execlp("./show-thing.tcl", "./show-thing.tcl", + execlp("./yppsc-ocr-resolver", "yppsc-ocr-resolver", DEBUGP(callout) ? "--debug" : "--noop-arg", "--automatic-1", (char*)0);