From c747c9317e0cf36ac5b65259569cbe8caa9e0e78 Mon Sep 17 00:00:00 2001 From: Jelle van der Waa Date: Mon, 21 Mar 2016 21:34:30 +0100 Subject: [PATCH] Resolve missing field 'font_scale' initializer The font_scale member of the struct config_info was not initialized. --- termite.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/termite.cc b/termite.cc index ac1140f..5b0a9fa 100644 --- a/termite.cc +++ b/termite.cc @@ -1562,7 +1562,7 @@ int main(int argc, char **argv) { nullptr}, {vi_mode::insert, 0, 0, 0, 0}, {{nullptr, nullptr, nullptr, nullptr, nullptr, nullptr, 0, 0, 0}, - nullptr, FALSE, FALSE, FALSE, FALSE, TRUE, FALSE, FALSE, -1, config_file}, + nullptr, FALSE, FALSE, FALSE, FALSE, TRUE, FALSE, FALSE, -1, config_file, 0}, gtk_window_fullscreen };