From b855148c9b6d28fedfd083d037bcf246f1913d92 Mon Sep 17 00:00:00 2001 From: wkj Date: Sun, 16 May 2004 07:54:22 +0000 Subject: Checkpoint. --- src/cmd/postscript/tr2post/readDESC.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/cmd/postscript/tr2post/readDESC.c') diff --git a/src/cmd/postscript/tr2post/readDESC.c b/src/cmd/postscript/tr2post/readDESC.c index 03b8b64d..4dbc193a 100644 --- a/src/cmd/postscript/tr2post/readDESC.c +++ b/src/cmd/postscript/tr2post/readDESC.c @@ -44,19 +44,19 @@ readDESC(void) { char *descnameformat = "%s/dev%s/DESC"; char *descfilename = 0; Biobuf *bfd; - Biobuf *Bfd; + Biobufhdr *Bfd; int i, state = -1; int fontindex = 0; if (debug) Bprint(Bstderr, "readDESC()\n"); descfilename = galloc(descfilename, strlen(descnameformat)+strlen(FONTDIR) - +strlen(devname)+1, "readdesc"); + +strlen(devname), "readdesc"); sprint(descfilename, descnameformat, FONTDIR, devname); - if ((bfd = Bopen(unsharp(descfilename), OREAD)) == 0) { + if ((bfd = Bopen(descfilename, OREAD)) == 0) { error(WARNING, "cannot open file %s\n", descfilename); return(0); } - Bfd = bfd; + Bfd = bfd; /* &(bfd->Biobufhdr); */ while (Bgetfield(Bfd, 's', token, MAXTOKENSIZE) > 0) { for (i=0; i