Skip to content

Commit

Permalink
Fix sequence tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yitzchak committed Dec 18, 2023
1 parent 617751d commit 2464177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/lispStream.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2460,7 +2460,7 @@ cl_index FileStream_O::write_vector(T_sp data, cl_index start, cl_index end) {
return end;
}
#endif
SIMPLE_ERROR("Unable to write_vector.");
return AnsiStream_O::write_vector(data, start, end);
}

SYMBOL_EXPORT_SC_(KeywordPkg, utf_8);
Expand Down

0 comments on commit 2464177

Please sign in to comment.