pinosaur
/
surf.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c81fbba
)
fix style path generation
author
Markus Teich
<markus.teich@stusta.mhn.de>
Sun, 18 Oct 2015 14:10:38 +0000
(16:10 +0200)
committer
Christoph Lohmann
<20h@r-36.net>
Sun, 18 Oct 2015 14:34:11 +0000
(16:34 +0200)
Signed-off-by: Christoph Lohmann <20h@r-36.net>
surf.c
patch
|
blob
|
history
diff --git
a/surf.c
b/surf.c
index
0fae80b
..
b99a84b
100644
(file)
--- 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 {