1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 22:10:21 +02:00

* ioext.c (scm_redirect_port): Replaced scm_ptobfuns -->

scm_ptob_descriptor.
This commit is contained in:
Mikael Djurfeldt 1999-07-24 23:09:28 +00:00
parent 3637134f14
commit 16019956ab

View file

@ -337,7 +337,7 @@ scm_redirect_port (old, new)
{
scm_port *pt = SCM_PTAB_ENTRY (new);
scm_port *old_pt = SCM_PTAB_ENTRY (old);
scm_ptobfuns *ptob = &scm_ptobs[SCM_PTOBNUM (new)];
scm_ptob_descriptor *ptob = &scm_ptobs[SCM_PTOBNUM (new)];
/* must flush to old fdes. */
if (pt->rw_active == SCM_PORT_WRITE)