Skip to content

Commit

Permalink
FIX: additional fix for red#4944.
Browse files Browse the repository at this point in the history
This fixes the "local variable sz2 used before being initialized!" compilation error.
  • Loading branch information
dockimbel committed Aug 9, 2021
1 parent de3129b commit 83e77ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/datatypes/string.reds
Original file line number Diff line number Diff line change
Expand Up @@ -2092,6 +2092,7 @@ string: context [
step: step << (unit >> 1)
pattern: null
bs?: no
sz2: 0

;-- Value argument processing --

Expand Down

0 comments on commit 83e77ec

Please sign in to comment.