Skip to content

Commit 6e8233f

Browse files
committed
FIX: using old syntax for making a map (for compatibility with older prebuild executables)
1 parent 04cf273 commit 6e8233f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mezz/codec-xml.r

+1-1
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ register-codec [
382382
;
383383
; Seed the document
384384
;
385-
xml-block: reduce ['document copy #() none]
385+
xml-block: reduce ['document make map! [] none]
386386
]
387387
xml-decl: func [
388388
version-info [string! none!]

0 commit comments

Comments
 (0)