chiark / gitweb /
WIP new dictionary arrangements
[ypp-sc-tools.db-test.git] / pctb / ocr.c
index 5828bd0f830e5b3fa3f192fb421a039c5df57311..2c3a16772ec8ac0a90f5a9be420c9db188c1e6da 100644 (file)
@@ -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);
   }