mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-28 11:40:11 +03:00
Fix for 64-bit sequence numbers
This commit is contained in:
parent
c9a4cf19cf
commit
a5a3d0d85d
@ -1142,7 +1142,7 @@
|
|||||||
**
|
**
|
||||||
** Returns the entry's sequence number.
|
** Returns the entry's sequence number.
|
||||||
*/
|
*/
|
||||||
c3_w
|
c3_d
|
||||||
u2_sist_pack(u2_reck* rec_u,
|
u2_sist_pack(u2_reck* rec_u,
|
||||||
c3_w tem_w,
|
c3_w tem_w,
|
||||||
c3_w typ_w,
|
c3_w typ_w,
|
||||||
|
2
v/sist.c
2
v/sist.c
@ -1010,7 +1010,7 @@ _sist_rest(u2_reck* rec_u)
|
|||||||
|
|
||||||
// Execute the fscking things. This is pretty much certain to crash.
|
// Execute the fscking things. This is pretty much certain to crash.
|
||||||
//
|
//
|
||||||
uL(fprintf(uH, "rest: replaying through event %d\n", las_d));
|
uL(fprintf(uH, "rest: replaying through event %llu\n", las_d));
|
||||||
fprintf(uH, "---------------- playback starting----------------\n");
|
fprintf(uH, "---------------- playback starting----------------\n");
|
||||||
|
|
||||||
xno_w = 0;
|
xno_w = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user