JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
spaces no longer allowed in separating fonts. use only , instead.
[spectrwm.git] / spectrwm.c
index 22e0f06..4ec1967 100644 (file)
@@ -1878,7 +1878,7 @@ bar_setup(struct swm_region *r)
                err(1, "bar_setup: calloc: failed to allocate memory.");
 
        if (bar_font == NULL) {
-               while ((font = strsep(&bar_fonts, " ,")) != NULL) {
+               while ((font = strsep(&bar_fonts, ",")) != NULL) {
                        if (*font == '\0')
                                continue;