summaryrefslogtreecommitdiff
path: root/x2p/str.c
diff options
context:
space:
mode:
Diffstat (limited to 'x2p/str.c')
-rw-r--r--x2p/str.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/x2p/str.c b/x2p/str.c
index e9dd34400f..953a811f50 100644
--- a/x2p/str.c
+++ b/x2p/str.c
@@ -317,7 +317,7 @@ register FILE *fp;
FILE_cnt(fp) = cnt; /* deregisterize cnt and ptr */
FILE_ptr(fp) = ptr;
- i = _filbuf(fp); /* get more characters */
+ i = FILE_filbuf(fp); /* get more characters */
cnt = FILE_cnt(fp);
ptr = FILE_ptr(fp); /* reregisterize cnt and ptr */