summaryrefslogtreecommitdiffstats
path: root/lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib.c')
-rw-r--r--lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib.c b/lib.c
index 1256314f..1d41ea6b 100644
--- a/lib.c
+++ b/lib.c
@@ -7979,7 +7979,7 @@ val copy(val seq)
if (seq->co.cls == hash_s)
return copy_hash(seq);
if (seq->co.cls == random_state_s)
- return make_random_state(seq);
+ return make_random_state(seq, nil);
if (structp(seq))
return copy_struct(seq);
/* fallthrough */