Loading src/server/replay.c +1 −1 Original line number Diff line number Diff line Loading @@ -144,8 +144,8 @@ void replay(ipc_connection_t *conn, ipc_message_t *msg) if (store[oldest]!=NULL && store[oldest]->head.when >= want) break; skip++; oldest = store_wrap(oldest + 1); } oldest = store_wrap( oldest + skip ); len -= skip; /* if it fails you get nothing as there is * nothing newer (larger) than the date you gave */ Loading Loading
src/server/replay.c +1 −1 Original line number Diff line number Diff line Loading @@ -144,8 +144,8 @@ void replay(ipc_connection_t *conn, ipc_message_t *msg) if (store[oldest]!=NULL && store[oldest]->head.when >= want) break; skip++; oldest = store_wrap(oldest + 1); } oldest = store_wrap( oldest + skip ); len -= skip; /* if it fails you get nothing as there is * nothing newer (larger) than the date you gave */ Loading