This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51b468f
)
spell "SSize_t" correctly
author
Tony Cook
<tony@develop-help.com>
Mon, 28 Jul 2014 01:46:19 +0000
(11:46 +1000)
committer
Tony Cook
<tony@develop-help.com>
Mon, 28 Jul 2014 01:46:19 +0000
(11:46 +1000)
the same as the other place in that patch
caretx.c
patch
|
blob
|
blame
|
history
diff --git
a/caretx.c
b/caretx.c
index
dffa445
..
5d3318c
100644
(file)
--- a/
caretx.c
+++ b/
caretx.c
@@
-99,7
+99,7
@@
Perl_set_caret_X(pTHX) {
}
# elif defined(HAS_PROCSELFEXE)
char buf[MAXPATHLEN];
- S
s
ize_t len = readlink(PROCSELFEXE_PATH, buf, sizeof(buf) - 1);
+ S
S
ize_t len = readlink(PROCSELFEXE_PATH, buf, sizeof(buf) - 1);
/* NOTE: if the length returned by readlink() is sizeof(buf) - 1,
* it is impossible to know whether the result was truncated. */