Skip to content

Commit

Permalink
FIX: bincode write code block does not handle its index position co…
Browse files Browse the repository at this point in the history
…rrectly

related to: Oldes/Rebol-issues#2603
  • Loading branch information
Oldes committed Jul 13, 2024
1 parent 7193a07 commit 9bde6a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/u-bincode.c
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@ static REBCNT EncodedVINT_Size(REBU64 value) {
VAL_TAIL(buffer_read) = tail;


value = VAL_BLK(val_write); //resets value at head of the input block
value = VAL_BLK_DATA(val_write); //resets value at head of the input block

//#########################################################
//## Do real WRITE evaluation #############################
Expand Down

0 comments on commit 9bde6a3

Please sign in to comment.