X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?a=blobdiff_plain;f=pctb%2Focr.c;fp=pctb%2Focr.c;h=8d1b88bbf1f20f35e992c82cbf357ecb1385800b;hb=d79262d3c0bc002beb7888568d74d26e27852699;hp=4b9fa505b156afa3a001f3635ad0efeca5de2c84;hpb=065b523c45b707e7b4f49a9d976f901f8a6e9061;p=ypp-sc-tools.main.git diff --git a/pctb/ocr.c b/pctb/ocr.c index 4b9fa50..8d1b88b 100644 --- a/pctb/ocr.c +++ b/pctb/ocr.c @@ -132,7 +132,7 @@ static void readdb1(OcrReader *rd, const char *which, int local) { o_flags |= ff_charset_havelocal; FGETSLINE; - dbassert(!strcmp(lbuf,"# ypp-sc-tools pctb font v2")); + dbassert(!strcmp(lbuf,"# ypp-sc-tools pctb font v3 depth=" STRING(AADEPTH))); dbassert( dbfile_scanf("%d", &h) == 1); dbassert(h==rd->h);