diff options
Diffstat (limited to 'translate.cxx')
-rw-r--r-- | translate.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/translate.cxx b/translate.cxx index d1f4ca6a..cbdf39f9 100644 --- a/translate.cxx +++ b/translate.cxx @@ -3511,7 +3511,7 @@ c_unparser::visit_print_format (print_format* e) o->newline() << "_stp_printf ("; } else - o->newline() << "snprintf (" << res.qname() << ", MAXSTRINGLEN, "; + o->newline() << "_stp_snprintf (" << res.qname() << ", MAXSTRINGLEN, "; o->line() << lex_cast_qstring(print_format::components_to_string(components)); |