* bidi.c (bidi_dump_cached_states): Merge ptrdiff_t fix.

This commit is contained in:
Paul Eggert 2011-07-27 17:24:58 -07:00
parent 2573a8376a
commit 8265d3bb30

View file

@ -2319,7 +2319,7 @@ bidi_dump_cached_states (void)
fprintf (stderr, "The cache is empty.\n");
return;
}
fprintf (stderr, "Total of %"pI"d state%s in cache:\n",
fprintf (stderr, "Total of %"pD"d state%s in cache:\n",
bidi_cache_idx, bidi_cache_idx == 1 ? "" : "s");
for (i = bidi_cache[bidi_cache_idx - 1].charpos; i > 0; i /= 10)