From e2ac4e88753491bc5b4b2f8ae307bb01a42a78f8 Mon Sep 17 00:00:00 2001 From: Tony Cook Date: Mon, 28 Jul 2014 11:46:19 +1000 Subject: spell "SSize_t" correctly the same as the other place in that patch --- caretx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'caretx.c') diff --git a/caretx.c b/caretx.c index dffa445b3b..5d3318c6d1 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. */ -- cgit v1.2.1