From 20962643815e33f6143c733bf9f022306dcf24a6 Mon Sep 17 00:00:00 2001 From: hiiamboris Date: Mon, 12 Feb 2024 15:17:49 +0300 Subject: [PATCH] FIX: code broken by migration --- environment/networking.red | 2 +- modules/view/VID.red | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/environment/networking.red b/environment/networking.red index 161fbdbf0b..3596764227 100644 --- a/environment/networking.red +++ b/environment/networking.red @@ -130,7 +130,7 @@ url-parser: object [ =path: either all [=path not empty? =path][ split-path to file! dehex =path ][ - [#[none] #[none]] + [#(none) #(none)] ] ;set 'dbg =path ;print ['scheme mold =scheme type? =scheme] diff --git a/modules/view/VID.red b/modules/view/VID.red index 58702ec232..f4ce2ee85c 100644 --- a/modules/view/VID.red +++ b/modules/view/VID.red @@ -743,7 +743,7 @@ system/view/VID: context [ repend value [to-set-word 'styled styled] styling?: off ][ - blk: [style: _ vid-align: _ at-offset: #[none] next: #[none] prev: #[none]] + blk: [style: _ vid-align: _ at-offset: #(none) next: #(none) prev: #(none)] blk/2: value blk/4: align add-option face new-line/all blk no