Skip to content

Commit 5d4dfdd

Browse files
committed
fix build with gcc-15 and -Werror=unterminated-string-initialization
1 parent dbc28f0 commit 5d4dfdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/init.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
extern struct uwsgi_server uwsgi;
44

55
struct http_status_codes {
6-
const char key[3];
6+
const char key[4];
77
const char *message;
88
int message_size;
99
};

0 commit comments

Comments
 (0)