Disable encoding scanning on non-seekable file ports.
authorLudovic Courtès <ludo@gnu.org>
Fri, 27 Nov 2009 16:00:51 +0000 (17:00 +0100)
committerLudovic Courtès <ludo@gnu.org>
Fri, 27 Nov 2009 16:00:51 +0000 (17:00 +0100)
commit49bb5bd30714af627ae78b0897ab05ba566e7c00
tree44de262969308a5a9eccc1bc40105b4e11feef94
parent2858deaf47f339eff71574e42536f8d6955fb5a9
Disable encoding scanning on non-seekable file ports.

* libguile/read.c (scm_i_scan_for_encoding): Don't attempt to scan
  non-seekable file ports.
libguile/read.c