projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2573a83
)
* bidi.c (bidi_dump_cached_states): Merge ptrdiff_t fix.
author
Paul Eggert
<eggert@cs.ucla.edu>
Thu, 28 Jul 2011 00:24:58 +0000
(17:24 -0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Thu, 28 Jul 2011 00:24:58 +0000
(17:24 -0700)
src/bidi.c
patch
|
blob
|
history
diff --git
a/src/bidi.c
b/src/bidi.c
index a6af9e36e1563b48028cd75e4111c1d1803bfe96..697ebb92856f903ceb66897d3314ddf616c4556e 100644
(file)
--- a/
src/bidi.c
+++ b/
src/bidi.c
@@
-2319,7
+2319,7
@@
bidi_dump_cached_states (void)
fprintf (stderr, "The cache is empty.\n");
return;
}
- fprintf (stderr, "Total of %"p
I
"d state%s in cache:\n",
+ fprintf (stderr, "Total of %"p
D
"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)