X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.db-test.git;a=blobdiff_plain;f=pctb%2Focr.c;h=2c3a16772ec8ac0a90f5a9be420c9db188c1e6da;hp=5828bd0f830e5b3fa3f192fb421a039c5df57311;hb=0487d41d9c7796c6efebb8235c9aa39fe580ccf9;hpb=e888c1dd3476ca49bccf82b93b4a3633587d400d diff --git a/pctb/ocr.c b/pctb/ocr.c index 5828bd0..2c3a167 100644 --- a/pctb/ocr.c +++ b/pctb/ocr.c @@ -400,8 +400,8 @@ OcrReader *ocr_init(int h) { OcrReader *rd; if (o_flags & ff_dict_fetch) { - char *fetchfile= masprintf("master-char%d",rd->h); - progress("Updating %s",fetchfile); + char *fetchfile= masprintf("char%d",h); + progress("Updating %s...",fetchfile); fetch_with_rsync(fetchfile); free(fetchfile); }