Make variable const pointer

This commit is contained in:
Ervin Hegedus 2025-03-12 22:19:00 +01:00
parent dbdd6318ff
commit c3c2c6f280
No known key found for this signature in database
GPG Key ID: 5FA5BC3F5EC41F61

View File

@ -1638,7 +1638,7 @@ bool Multipart::process(const std::string& data, std::string *error,
}
} else { /* It looks like a boundary but */
/* we couldn't match it. */
char *p = NULL;
const char *p = NULL;
/* Check if an attempt to use quotes around the
* boundary was made. */