---

Heyho,

attached patch fixes building the styledir/stylefile path for the new
buildfile/buildpath semantics.

--Markus


 surf.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 {
-- 
2.4.10


Reply via email to