* bidi.c (bidi_dump_cached_states): Merge ptrdiff_t fix.
This commit is contained in:
parent
2573a8376a
commit
8265d3bb30
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue