mirror of
https://github.com/curl/curl.git
synced 2026-06-08 11:54:17 +03:00
const size
This commit is contained in:
parent
53e1e27939
commit
8576c478f8
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ static CURLcode test_unit2604(const char *arg)
|
|||
/* 540 a's */
|
||||
#define SA540 SA60 SA60 SA60 SA60 SA60 SA60 SA60 SA60 SA60
|
||||
int i;
|
||||
size_t too_long = 90720;
|
||||
const size_t too_long = 90720;
|
||||
struct set list[] = {
|
||||
{ "-too-long-", "", "", "", CURLE_TOO_LARGE},
|
||||
{ SA540 " c", SA540, "c", "/", CURLE_OK},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue