mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-12 06:41:13 +02:00
* ioext.c (scm_redirect_port): Replaced scm_ptobfuns -->
scm_ptob_descriptor.
This commit is contained in:
parent
3637134f14
commit
16019956ab
1 changed files with 1 additions and 1 deletions
|
@ -337,7 +337,7 @@ scm_redirect_port (old, new)
|
||||||
{
|
{
|
||||||
scm_port *pt = SCM_PTAB_ENTRY (new);
|
scm_port *pt = SCM_PTAB_ENTRY (new);
|
||||||
scm_port *old_pt = SCM_PTAB_ENTRY (old);
|
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. */
|
/* must flush to old fdes. */
|
||||||
if (pt->rw_active == SCM_PORT_WRITE)
|
if (pt->rw_active == SCM_PORT_WRITE)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue