Index: read.c =================================================================== --- read.c (revision 38410) +++ read.c (revision 38411) @@ -2888,7 +2888,7 @@ return -1; } - if ((doc->root->type != LHT_LIST) || (strcmp(doc->root->name, "pcb-rnd-font-v1"))) { + if ((doc->root->type != LHT_LIST) || (strncmp(doc->root->name, "pcb-rnd-font-v", 14))) { if (!pcb_io_err_inhibit) rnd_message(RND_MSG_ERROR, "Not a font lihata.\n"); res = -1;