Ticket #44837: patch-client-command.c.diff
File patch-client-command.c.diff, 473 bytes (added by jul_bsd@…, 10 years ago) |
---|
-
client/command.c
old new 978 978 * 979 979 * Returns non-0 if the block has already been received 980 980 *------------------------------------------------------------------------*/ 981 in line int got_block(ttp_session_t* session, u_int32_t blocknr)981 int got_block(ttp_session_t* session, u_int32_t blocknr) 982 982 { 983 983 if (blocknr > session->transfer.block_count) 984 984 return 1;