X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=cli%2Fcli_diff_state.cpp;fp=cli%2Fcli_diff_state.cpp;h=a802b12a6bdf18f573d09ca9315c8e396627eeb1;hb=4ce88b87e64c56b2638ee2b6b4785b4ed35aabd6;hp=341d244ff0d5adc14d9f0e59d6e06056068ed513;hpb=7ec54f936be0ac8d7fade4df133c4b1009e5782a;p=apitrace diff --git a/cli/cli_diff_state.cpp b/cli/cli_diff_state.cpp index 341d244..a802b12 100644 --- a/cli/cli_diff_state.cpp +++ b/cli/cli_diff_state.cpp @@ -66,7 +66,7 @@ command(int argc, char *argv[]) usage(); return 0; default: - std::cerr << "error: unexpected option `" << opt << "`\n"; + std::cerr << "error: unexpected option `" << (char)opt << "`\n"; usage(); return 1; }