Skip to content
Snippets Groups Projects
Commit 90de10cf authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Grow another 4-byte string.

parent fb957d1d
No related branches found
No related tags found
1 merge request!455Update branch with changes from master
Pipeline #6282 failed
......@@ -1535,7 +1535,7 @@ static off_t sock_sendfile(http_session_t *session,char *path, off_t start, off_
/********************************************************/
static void send_error(http_session_t * session, unsigned line, const char* message)
{
char error_code[4];
char error_code[5];
struct stat sb;
char sbuf[MAX_PATH+1];
char sbuf2[MAX_PATH+1];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment