From 26971ffc3395850e68a93714a05399bb115b5d4a Mon Sep 17 00:00:00 2001 From: Gregg Irwin Date: Mon, 25 Nov 2024 18:06:26 -0700 Subject: [PATCH] Fix mold/all for unset values. --- runtime/datatypes/unset.reds | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/runtime/datatypes/unset.reds b/runtime/datatypes/unset.reds index 6123ecc4bf..f819bbc771 100644 --- a/runtime/datatypes/unset.reds +++ b/runtime/datatypes/unset.reds @@ -93,8 +93,12 @@ unset: context [ ][ #if debug? = yes [if verbose > 0 [print-line "unset/mold"]] - string/concatenate-literal buffer "unset" - part - 5 + either all? [ + string/concatenate-literal buffer "#(unset)" + part - 8 + ][ + form value buffer arg part + ] ] compare: func [