From 711cb457ca4fb39aff543fa2f100455015751a8b Mon Sep 17 00:00:00 2001 From: Nikodemus Siivola Date: Fri, 17 Oct 2008 12:34:36 +0000 Subject: [PATCH] 1.0.21.23: fix external-format.impure.lisp * Misnamed variable. --- tests/external-format.impure.lisp | 4 ++-- version.lisp-expr | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/external-format.impure.lisp b/tests/external-format.impure.lisp index 99e2bdafe..3a96fb7f8 100644 --- a/tests/external-format.impure.lisp +++ b/tests/external-format.impure.lisp @@ -294,9 +294,9 @@ ;;; on 2008-10-16 for more info. (with-test (:name (:character-coding-error-stream-external-format)) (flet ((first-file-character () - (with-open-file (stream *test-file* :external-format :utf-8) + (with-open-file (stream *test-path* :external-format :utf-8) (read-char stream)))) - (with-open-file (stream *test-file* + (with-open-file (stream *test-path* :direction :output :if-exists :supersede :element-type '(unsigned-byte 8)) diff --git a/version.lisp-expr b/version.lisp-expr index 42a05c0dd..019841768 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -17,4 +17,4 @@ ;;; checkins which aren't released. (And occasionally for internal ;;; versions, especially for internal versions off the main CVS ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".) -"1.0.21.22" +"1.0.21.23" -- 2.11.4.GIT