mirror of
https://github.com/curl/curl.git
synced 2026-08-26 09:43:32 +03:00
parent
60ab58a8a5
commit
4651d4c76b
20 changed files with 29 additions and 32 deletions
|
|
@ -340,7 +340,7 @@ static CURLcode tftp_option_add(struct tftp_conn *state, size_t *csize,
|
|||
return CURLE_OK;
|
||||
}
|
||||
|
||||
/* the next blocknum is x + 1 but it needs to wrap at an unsigned 16bit
|
||||
/* the next blocknum is x + 1 but it needs to wrap at an unsigned 16-bit
|
||||
boundary */
|
||||
#define NEXT_BLOCKNUM(x) (((x) + 1) & 0xffff)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue