fix style path generation
authorMarkus Teich <markus.teich@stusta.mhn.de>
Sun, 18 Oct 2015 14:10:38 +0000 (16:10 +0200)
committerChristoph Lohmann <20h@r-36.net>
Sun, 18 Oct 2015 14:34:11 +0000 (16:34 +0200)
Signed-off-by: Christoph Lohmann <20h@r-36.net>
surf.c

diff --git a/surf.c b/surf.c
index 0fae80b..b99a84b 100644 (file)
--- 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 {