From 555206cf6041c0ab8c83f3a9860cd794a7be255c Mon Sep 17 00:00:00 2001 From: Dominique Martinet Date: Thu, 5 Apr 2018 13:58:23 +0900 Subject: Fix gcc string truncation warnings --- include/wlr/types/wlr_output.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/wlr/types/wlr_output.h b/include/wlr/types/wlr_output.h index cc03452d..cef3fc5d 100644 --- a/include/wlr/types/wlr_output.h +++ b/include/wlr/types/wlr_output.h @@ -55,7 +55,7 @@ struct wlr_output { struct wl_global *wl_global; struct wl_list wl_resources; - char name[16]; + char name[24]; char make[48]; char model[16]; char serial[16]; -- cgit v1.2.3