X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=cli%2Fcli_sed.cpp;fp=cli%2Fcli_sed.cpp;h=afec1257aa510aa6a3b7d96e75a3f33449699051;hb=4ce88b87e64c56b2638ee2b6b4785b4ed35aabd6;hp=7ddfcb0d868740479079ae6b23d83d423a0b04ab;hpb=7ec54f936be0ac8d7fade4df133c4b1009e5782a;p=apitrace diff --git a/cli/cli_sed.cpp b/cli/cli_sed.cpp index 7ddfcb0..afec125 100644 --- a/cli/cli_sed.cpp +++ b/cli/cli_sed.cpp @@ -274,7 +274,7 @@ command(int argc, char *argv[]) } break; default: - std::cerr << "error: unexpected option `" << opt << "`\n"; + std::cerr << "error: unexpected option `" << (char)opt << "`\n"; usage(); return 1; }