Skip to content
Snippets Groups Projects
Commit 7970c255 authored by Daniel Kochmański's avatar Daniel Kochmański
Browse files

pathnames: fix array size

parent 85d21aea
No related branches found
No related tags found
No related merge requests found
...@@ -81,7 +81,7 @@ ...@@ -81,7 +81,7 @@
:initial-contents :initial-contents
"XXpathname.txtX" "XXpathname.txtX"
:element-type etype))) :element-type etype)))
(make-array 8 (make-array 12
:element-type etype :element-type etype
:displaced-to s :displaced-to s
:displaced-index-offset 2))))) :displaced-index-offset 2)))))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment