diff options
author | jcid <devnull@localhost> | 2008-09-17 23:40:06 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-09-17 23:40:06 +0200 |
commit | d61666920e33d15d25ac6381e4f4c64f66165493 (patch) | |
tree | 830606c48ba658723aae8eb41be16a62a1b551ce /src/misc.h | |
parent | 29a9d7ce54badbb0f5e5b2b747b78a88bc5715c2 (diff) |
- Fixed a memory leak in plain.cc.
Diffstat (limited to 'src/misc.h')
-rw-r--r-- | src/misc.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ extern "C" { char *a_Misc_escape_chars(const char *str, const char *esc_set); -char *a_Misc_expand_tabs(const char *str); +char *a_Misc_expand_tabs(const char *str, int len); int a_Misc_get_content_type_from_data(void *Data, size_t Size,const char **PT); int a_Misc_content_type_check(const char *EntryType, const char *DetectedType); void a_Misc_parse_content_type(const char *str, char **major, char **minor, |