fix style path generation
Signed-off-by: Christoph Lohmann <20h@r-36.net>
This commit is contained in:
parent
c81fbbaf43
commit
6a65dcb394
1 changed files with 1 additions and 1 deletions
2
surf.c
2
surf.c
|
@ -1263,7 +1263,7 @@ setup(void) {
|
||||||
styles[i].regex = NULL;
|
styles[i].regex = NULL;
|
||||||
}
|
}
|
||||||
styles[i].style = buildfile(
|
styles[i].style = buildfile(
|
||||||
g_strconcat(styledir,
|
g_strconcat(styledir, "/",
|
||||||
styles[i].style, NULL));
|
styles[i].style, NULL));
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue