diff options
author | Markus Teich <markus.teich@stusta.mhn.de> | 2015-10-18 16:10:38 +0200 |
---|---|---|
committer | Christoph Lohmann <20h@r-36.net> | 2015-10-18 16:34:11 +0200 |
commit | 6a65dcb394e58522246d54eba9deca7755b57ee8 (patch) | |
tree | 8cb9bafe56922962f36a18cb8b000422a8a780db | |
parent | c81fbbaf43535781cbc86904c361a57823b6de50 (diff) | |
download | surf-6a65dcb394e58522246d54eba9deca7755b57ee8.tar.gz surf-6a65dcb394e58522246d54eba9deca7755b57ee8.tar.bz2 surf-6a65dcb394e58522246d54eba9deca7755b57ee8.zip |
fix style path generation
Signed-off-by: Christoph Lohmann <20h@r-36.net>
-rw-r--r-- | surf.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |