diff options
Diffstat (limited to 'Build/source/texk/dvipsk/flib.c')
-rw-r--r-- | Build/source/texk/dvipsk/flib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/dvipsk/flib.c b/Build/source/texk/dvipsk/flib.c index 18ed5475946..4a93bab9dc9 100644 --- a/Build/source/texk/dvipsk/flib.c +++ b/Build/source/texk/dvipsk/flib.c @@ -254,7 +254,7 @@ flisearch(char *n, halfword dpi) flib = 1; /* tell loadfont() not to close it */ /* then seek font within library */ sprintf(name,"%s %s %ddpi",lib->name, n, dpi1); - if ( fseek(pkfile,entry->offset,0) ) + if (fseek(pkfile,entry->offset,0) ) badpk("couldn't seek font"); /* make sure it is a PK font */ if (pkbyte()==247) /* pre byte */ |