[hackers] [surf] fix style path generation || Markus Teich

From: <git_AT_suckless.org>
Date: Sun, 18 Oct 2015 16:34:49 +0200 (CEST)

commit 6a65dcb394e58522246d54eba9deca7755b57ee8
Author: Markus Teich <markus.teich_AT_stusta.mhn.de>
AuthorDate: Sun Oct 18 16:10:38 2015 +0200
Commit: Christoph Lohmann <20h_AT_r-36.net>
CommitDate: Sun Oct 18 16:34:11 2015 +0200

    fix style path generation
    
    Signed-off-by: Christoph Lohmann <20h_AT_r-36.net>

diff --git a/surf.c b/surf.c
index 0fae80b..b99a84b 100644
--- a/surf.c
+++ b/surf.c
_AT_@ -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 {
Received on Sun Oct 18 2015 - 16:34:49 CEST

This archive was generated by hypermail 2.3.0 : Sun Oct 18 2015 - 16:36:10 CEST