summaryrefslogtreecommitdiff
path: root/apps/app_minivm.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/app_minivm.c')
-rw-r--r--apps/app_minivm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/app_minivm.c b/apps/app_minivm.c
index e37346f16..498c6ea2f 100644
--- a/apps/app_minivm.c
+++ b/apps/app_minivm.c
@@ -1158,7 +1158,6 @@ static const char *ast_str_encode_mime(struct ast_str **end, ssize_t maxlen, con
{
struct ast_str *tmp = ast_str_alloca(80);
int first_section = 1;
- *end = '\0';
ast_str_reset(*end);
ast_str_set(&tmp, -1, "=?%s?Q?", charset);