Fixed typo.

This commit is contained in:
Juan Jose Garcia Ripoll 2010-03-01 10:52:39 +01:00
parent dfe4e74738
commit aa7f628a75

View file

@ -1633,7 +1633,7 @@ ecl_make_string_input_stream(cl_object strng, cl_index istart, cl_index iend)
strm->stream.flags = ECL_STREAM_DEFAULT_FORMAT;
strm->stream.byte_size = 8;
#else
if (ECL_BASE_STRING_P(string) == t_base_string) {
if (ECL_BASE_STRING_P(strng) == t_base_string) {
strm->stream.format = @':latin-1';
strm->stream.flags = ECL_STREAM_LATIN_1;
strm->stream.byte_size = 8;