From: Markus Teich <markus.teich@stusta.mhn.de>
Date: Sun, 18 Oct 2015 14:10:38 +0000 (+0200)
Subject: fix style path generation
X-Git-Url: https://git.danieliu.xyz/?a=commitdiff_plain;h=6a65dcb394e58522246d54eba9deca7755b57ee8;p=surf.git

fix style path generation

Signed-off-by: Christoph Lohmann <20h@r-36.net>
---

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 {