diff options
Diffstat (limited to 'module/oop/goops/save.scm')
-rw-r--r-- | module/oop/goops/save.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/oop/goops/save.scm b/module/oop/goops/save.scm index b500a0c32..b51c9e31f 100644 --- a/module/oop/goops/save.scm +++ b/module/oop/goops/save.scm @@ -270,7 +270,7 @@ (display "(list->uniform-array " file) (display (array-rank o) file) (display " '() " file) - (write-array "(list " o file env))))) + (write-array "(list " o #f file env))))) ;;; ;;; Pairs |