chiark / gitweb /
make AADEPTH configurable
[ypp-sc-tools.db-test.git] / pctb / ocr.c
index 4b9fa505b156afa3a001f3635ad0efeca5de2c84..8d1b88bbf1f20f35e992c82cbf357ecb1385800b 100644 (file)
@@ -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);