From 636681f125d600120cda9579fbf16d3b36ca2d20 Mon Sep 17 00:00:00 2001 From: dlichteblau Date: Sat, 17 Dec 2005 22:43:17 +0000 Subject: [PATCH] fixed octet-input-stream --- xml/xml-parse.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/xml-parse.lisp b/xml/xml-parse.lisp index c0395b2..a9e17eb 100644 --- a/xml/xml-parse.lisp +++ b/xml/xml-parse.lisp @@ -3033,7 +3033,7 @@ (make-rod-xstream (string-rod string))) (defclass octet-input-stream - (trivial-gray-stream fundamental-binary-input-stream) + (trivial-gray-stream-mixin fundamental-binary-input-stream) ((octets :initarg :octets) (pos :initform 0)))