diff --git a/chore/_xtool/llcppsigfetch/llcppsigfetch.go b/chore/_xtool/llcppsigfetch/llcppsigfetch.go index e04de549..8614f653 100644 --- a/chore/_xtool/llcppsigfetch/llcppsigfetch.go +++ b/chore/_xtool/llcppsigfetch/llcppsigfetch.go @@ -204,7 +204,7 @@ func outputResult(result *c.Char, outputToFile bool) { } fmt.Fprintf(os.Stderr, "Results saved to %s\n", outputFile) } else { - c.Printf(result) + c.Printf(c.Str("%s"), result) } }