Skip to content

Commit

Permalink
vere: set fake bit explicitly from event log metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
joemfb committed Nov 7, 2023
1 parent a887608 commit a85aa21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/vere/disk.c
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,7 @@ u3_disk_read_meta(MDB_env* mdb_u,
}
}
else if ( (1 == val_u.hav_i) || !((*val_u.buf_y) >> 1) ) {
*fak_o = 1;
*fak_o = (*val_u.buf_y) & 1;
}
else {
fprintf(stderr, "disk: read meta: invalid fake bit %u %zd\r\n",
Expand Down

0 comments on commit a85aa21

Please sign in to comment.