]> git.sur5r.net Git - i3/i3/blobdiff - libi3/font.c
Allow checking for duplicate bindings with -C
[i3/i3] / libi3 / font.c
index c06bae00c86fd6a32be6f897fd36d03ae01c24bc..e16ce85e7294657d948a7ede3dd9cec581028d8e 100644 (file)
@@ -163,6 +163,7 @@ i3Font load_font(const char *pattern, const bool fallback) {
 
     i3Font font;
     font.type = FONT_TYPE_NONE;
+    font.pattern = NULL;
 
     /* No XCB connction, return early because we're just validating the
      * configuration file. */