Skip to content

Commit

Permalink
FIX: reword expecting that maps cannot accept none values
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed Jan 20, 2021
1 parent 373bd66 commit 516dfee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mezz/mezz-series.reb
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ reword: func [
]
unless empty? w [
unless empty? char-end [w: append copy w char-end]
poke vals w unless unset? :v [:v]
either unset? :v [ remove/key vals w ][ poke vals w :v ]
]
]
]
Expand All @@ -249,7 +249,7 @@ reword: func [
]
unless empty? w [
unless empty? char-end [w: append copy w char-end]
poke vals w unless unset? :v [:v]
either unset? :v [ remove/key vals w ][ poke vals w :v ]
]
]
]
Expand Down

0 comments on commit 516dfee

Please sign in to comment.