aboutsummaryrefslogtreecommitdiffstats
path: root/main/translate.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/translate.c')
-rw-r--r--main/translate.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/translate.c b/main/translate.c
index f68178ecd..598520c07 100644
--- a/main/translate.c
+++ b/main/translate.c
@@ -585,7 +585,7 @@ static int show_translation_deprecated(int fd, int argc, char *argv[])
}
}
ast_build_string(&buf, &left, "\n");
- ast_cli(fd, line);
+ ast_cli(fd, "%s", line);
}
AST_LIST_UNLOCK(&translators);
return RESULT_SUCCESS;
@@ -654,7 +654,7 @@ static int show_translation(int fd, int argc, char *argv[])
}
}
ast_build_string(&buf, &left, "\n");
- ast_cli(fd, line);
+ ast_cli(fd, "%s", line);
}
AST_LIST_UNLOCK(&translators);
return RESULT_SUCCESS;