Fix for 64-bit sequence numbers

This commit is contained in:
Steve Dee 2014-04-09 13:31:00 -07:00
parent c9a4cf19cf
commit a5a3d0d85d
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -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;