summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoutade <thegoofist@protonmail.com>2019-05-02 14:46:53 -0500
committerBoutade <thegoofist@protonmail.com>2019-05-02 14:46:53 -0500
commitcd72b012003e9d919b8b10a0d5e6f2c94f63920d (patch)
treeeb64033cef5e2bafe5a3b8e47b9ed2cb61972789
parent34fca959a16c28791012d10b204a140c8cb3b8cc (diff)
bugfix in class definitino
-rw-r--r--replay-streams.lisp4
1 files changed, 2 insertions, 2 deletions
diff --git a/replay-streams.lisp b/replay-streams.lisp
index 6108284..575c951 100644
--- a/replay-streams.lisp
+++ b/replay-streams.lisp
@@ -26,8 +26,8 @@
(source-head :initform 0)
(head :initform 0)
(checkpoints :initform nil)
- (log :initarg nil)
- (log-start :initarg nil)))
+ (log :initform nil)
+ (log-start :initform nil)))
;;;; TRIVAL-GRAY-STREAMS SUPPORT