Have string ports honor `%default-port-conversion-strategy'.
[bpt/guile.git] / libguile / strports.c
index 649c247..ca3a2cf 100644 (file)
@@ -337,7 +337,6 @@ scm_mkstrport (SCM pos, SCM str, long modes, const char *caller)
   if ((modes & SCM_WRTNG) && pt->write_pos == pt->write_end)
     st_flush (z);
 
-  pt->ilseq_handler = SCM_FAILED_CONVERSION_ERROR;
   return z;
 }