commit 6a65dcb394e58522246d54eba9deca7755b57ee8
Author:     Markus Teich <[email protected]>
AuthorDate: Sun Oct 18 16:10:38 2015 +0200
Commit:     Christoph Lohmann <[email protected]>
CommitDate: Sun Oct 18 16:34:11 2015 +0200

    fix style path generation
    
    Signed-off-by: Christoph Lohmann <[email protected]>

diff --git a/surf.c b/surf.c
index 0fae80b..b99a84b 100644
--- a/surf.c
+++ b/surf.c
@@ -1263,7 +1263,7 @@ setup(void) {
                                styles[i].regex = NULL;
                        }
                        styles[i].style = buildfile(
-                                       g_strconcat(styledir,
+                                       g_strconcat(styledir, "/",
                                                styles[i].style, NULL));
                }
        } else {

Reply via email to