const size

This commit is contained in:
Viktor Szakats 2025-08-02 12:34:18 +02:00
parent 53e1e27939
commit 8576c478f8
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

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