Index: trunk/src_plugins/io_lihata/read.c =================================================================== --- trunk/src_plugins/io_lihata/read.c (revision 33113) +++ trunk/src_plugins/io_lihata/read.c (revision 33114) @@ -2659,6 +2659,7 @@ if ((doc->root->type == LHT_HASH) && (strncmp(doc->root->name, "pcb-rnd-buffer-v", 16) == 0)) { lht_node_t *datand = lht_dom_hash_get(doc->root, "data"); + rctx.rdver = atoi(doc->root->name+16); if (datand == NULL) { iolht_error(doc->root, "Error loading '%s': buffer has no data\n", filename); res = -1;