Introduction
Introduction Statistics Contact Development Disclaimer Help
tfix style path generation - surf - customized build of surf, the suckless webk…
git clone git://src.adamsgaard.dk/surf
Log
Files
Refs
README
LICENSE
---
commit 6a65dcb394e58522246d54eba9deca7755b57ee8
parent c81fbbaf43535781cbc86904c361a57823b6de50
Author: Markus Teich <[email protected]>
Date: Sun, 18 Oct 2015 16:10:38 +0200
fix style path generation
Signed-off-by: Christoph Lohmann <[email protected]>
Diffstat:
M surf.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/surf.c b/surf.c
t@@ -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 {
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.