summaryrefslogtreecommitdiff
path: root/libguile/unif.c
diff options
context:
space:
mode:
authorMikael Djurfeldt <djurfeldt@nada.kth.se>1999-07-24 23:10:57 +0000
committerMikael Djurfeldt <djurfeldt@nada.kth.se>1999-07-24 23:10:57 +0000
commitf15913d08f674422d52d83d444f9c73a39548795 (patch)
tree0760fd9148ce087b37a0dfa064fbf5029883fc31 /libguile/unif.c
parent0b6881fa6cffc0bcdf9616198fb32341a8062429 (diff)
downloadguile-f15913d08f674422d52d83d444f9c73a39548795.tar.gz
*** empty log message ***
Diffstat (limited to 'libguile/unif.c')
-rw-r--r--libguile/unif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/unif.c b/libguile/unif.c
index 83206f860..beabdd1c3 100644
--- a/libguile/unif.c
+++ b/libguile/unif.c
@@ -1695,7 +1695,7 @@ loop:
scm_port *pt = SCM_PTAB_ENTRY (port_or_fd);
int remaining = (cend - offset) * sz;
char *source = SCM_CHARS (v) + (cstart + offset) * sz;
- scm_ptobfuns *ptob = &scm_ptobs[SCM_PTOBNUM (port_or_fd)];
+ scm_ptob_descriptor *ptob = &scm_ptobs[SCM_PTOBNUM (port_or_fd)];
ans = cend - offset;
if (pt->rw_active == SCM_PORT_READ)