Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
8265d3bb
Commit
8265d3bb
authored
Jul 27, 2011
by
Paul Eggert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* bidi.c (bidi_dump_cached_states): Merge ptrdiff_t fix.
parent
2573a837
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/bidi.c
src/bidi.c
+1
-1
No files found.
src/bidi.c
View file @
8265d3bb
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment