mirror of
https://github.com/pmai/Deflate.git
synced 2025-12-22 05:24:30 +01:00
Compare commits
1 Commits
release-1.
...
fix/errone
| Author | SHA1 | Date | |
|---|---|---|---|
| 76dd87129d |
@ -68,7 +68,7 @@
|
||||
;;;
|
||||
|
||||
(defclass octet-input-stream (fundamental-binary-input-stream)
|
||||
((data :initarg :data :type (simple-array (*) (unsigned-byte 8)))
|
||||
((data :initarg :data :type (simple-array (unsigned-byte 8) (*)))
|
||||
(position :initform 0)))
|
||||
|
||||
(defmethod stream-element-type ((stream octet-input-stream))
|
||||
|
||||
Reference in New Issue
Block a user