We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
bincode
1 parent 7193a07 commit 9bde6a3Copy full SHA for 9bde6a3
src/core/u-bincode.c
@@ -669,7 +669,7 @@ static REBCNT EncodedVINT_Size(REBU64 value) {
669
VAL_TAIL(buffer_read) = tail;
670
671
672
- 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
673
674
//#########################################################
675
//## Do real WRITE evaluation #############################
0 commit comments