In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/e2ac4e88753491bc5b4b2f8ae307bb01a42a78f8?hp=51b468f688a3660c4842b9e634c5fe58a2196307>

- Log -----------------------------------------------------------------
commit e2ac4e88753491bc5b4b2f8ae307bb01a42a78f8
Author: Tony Cook <[email protected]>
Date:   Mon Jul 28 11:46:19 2014 +1000

    spell "SSize_t" correctly
    
    the same as the other place in that patch
-----------------------------------------------------------------------

Summary of changes:
 caretx.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/caretx.c b/caretx.c
index dffa445..5d3318c 100644
--- a/caretx.c
+++ b/caretx.c
@@ -99,7 +99,7 @@ Perl_set_caret_X(pTHX) {
         }
 #  elif defined(HAS_PROCSELFEXE)
         char buf[MAXPATHLEN];
-        Ssize_t len = readlink(PROCSELFEXE_PATH, buf, sizeof(buf) - 1);
+        SSize_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. */
 

--
Perl5 Master Repository

Reply via email to