diff options
author | Mikael Djurfeldt <djurfeldt@nada.kth.se> | 1999-07-24 23:10:57 +0000 |
---|---|---|
committer | Mikael Djurfeldt <djurfeldt@nada.kth.se> | 1999-07-24 23:10:57 +0000 |
commit | f15913d08f674422d52d83d444f9c73a39548795 (patch) | |
tree | 0760fd9148ce087b37a0dfa064fbf5029883fc31 /libguile/unif.c | |
parent | 0b6881fa6cffc0bcdf9616198fb32341a8062429 (diff) | |
download | guile-f15913d08f674422d52d83d444f9c73a39548795.tar.gz |
*** empty log message ***
Diffstat (limited to 'libguile/unif.c')
-rw-r--r-- | libguile/unif.c | 2 |
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) |