---
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
_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 {
--
2.4.10
Received on Sun Oct 18 2015 - 16:10:38 CEST
This archive was generated by hypermail 2.3.0 : Sun Oct 18 2015 - 16:12:11 CEST