summaryrefslogtreecommitdiffstats
path: root/contrib/gperf/src/gen-perf.cc
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gperf/src/gen-perf.cc')
-rw-r--r--contrib/gperf/src/gen-perf.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gperf/src/gen-perf.cc b/contrib/gperf/src/gen-perf.cc
index 8840dc6..7cf9f06 100644
--- a/contrib/gperf/src/gen-perf.cc
+++ b/contrib/gperf/src/gen-perf.cc
@@ -246,7 +246,7 @@ Gen_Perf::change (List_Node *prior, List_Node *curr)
{
if (option[DEBUG])
{
- fprintf (stderr, " by changing asso_value['%c'] (char #%zd) to %d\n",
+ fprintf (stderr, " by changing asso_value['%c'] (char #%td) to %d\n",
*p, p - union_set + 1, asso_values[(unsigned char)(*p)]);
fflush (stderr);
}
OpenPOWER on IntegriCloud