diff options
author | portix <none@none> | 2013-01-07 23:39:51 +0100 |
---|---|---|
committer | portix <none@none> | 2013-01-07 23:39:51 +0100 |
commit | a086ab66867e10bc7dfc8361d4ad174b9fa76b22 (patch) | |
tree | 73e42bafbe1f6bda6c657aabea123888b4aa1048 /src/util.c | |
parent | 7932a6209201d03609e125ccc5280ce4dc12d2d3 (diff) | |
download | dwb-a086ab66867e10bc7dfc8361d4ad174b9fa76b22.zip |
Expand ~ in user-stylesheet-uri; don't throw exceptions when an argument is missing
Diffstat (limited to 'src/util.c')
-rw-r--r-- | src/util.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -342,6 +342,7 @@ util_expand_home(char *buffer, const char *filename, size_t length) { strncpy(buffer, filename, length); return buffer; } + char * util_normalize_filename(char *buffer, const char *filename, size_t length) { char *tmp = buffer; |