summaryrefslogtreecommitdiff
path: root/src/libbio/bgetd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libbio/bgetd.c')
-rw-r--r--src/libbio/bgetd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libbio/bgetd.c b/src/libbio/bgetd.c
index cf76a755a..12d2c5b37 100644
--- a/src/libbio/bgetd.c
+++ b/src/libbio/bgetd.c
@@ -39,7 +39,7 @@ Bgetdf(void *vp)
int c;
struct bgetd *bg = vp;
- c = Bgetc(bg->b);
+ c = BGETC(bg->b);
if(c == Beof)
bg->eof = 1;
return c;