Skip to content

Commit

Permalink
FIX: code broken by migration
Browse files Browse the repository at this point in the history
  • Loading branch information
hiiamboris committed Feb 12, 2024
1 parent 8868d7c commit 2096264
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment/networking.red
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion modules/view/VID.red
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2096264

Please sign in to comment.