diff options
Diffstat (limited to 'main.cpp')
| -rw-r--r-- | main.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -22,8 +22,7 @@ int main(int argc, char* argv[]) if (argc == 2) { - std::string_view fmt{argv[1]}; - format_nothrow_to(fmt, stdout, "Knirp", 's', argv[0], 42u, 1.337); + format_nothrow_to(argv[1], stdout, "Knirp", 's', argv[0], 42u, 1.337); putchar('\n'); return 0; } |
