Index: read.c =================================================================== --- read.c (revision 31016) +++ read.c (revision 31017) @@ -586,7 +586,7 @@ pcb_bxl_ctx_t bctx; pcb_bxl_STYPE lval; - f = pcb_fopen(hl, filename, "rb"); + f = rnd_fopen(hl, filename, "rb"); if (f == NULL) return -1; @@ -647,7 +647,7 @@ hdecode_t hctx; pcb_bxl_ureglex_t lctx; - f = pcb_fopen(hl, filename, "rb"); /* need to open it again, for binary access */ + f = rnd_fopen(hl, filename, "rb"); /* need to open it again, for binary access */ if (f == NULL) return 0;