Fix files with # character in url redirect

This commit is contained in:
2019-10-27 08:30:47 -04:00
parent 69f0c1f2cf
commit 4109ba6d34
4 changed files with 29 additions and 9 deletions

View File

@@ -149,6 +149,7 @@ int text_buffer_append_char(text_buffer_t *buf, int c) {
char *abspath(const char * path);
char *expandpath(const char *path);
dyn_buffer_t url_escape(char *str);
void progress_bar_print(double percentage, size_t tn_size, size_t index_size);