From d23aea4a1e165893531a7aa5883d25a252336600 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 21 Nov 2003 08:21:23 +0000 Subject: [PATCH] (xreadlink): Correct outdated comment. --- lib/xreadlink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/xreadlink.c b/lib/xreadlink.c index e8c677b443..3473578976 100644 --- a/lib/xreadlink.c +++ b/lib/xreadlink.c @@ -49,7 +49,7 @@ extern int errno; /* Call readlink to get the symbolic link value of FILENAME. Return a pointer to that NUL-terminated string in malloc'd storage. If readlink fails, return NULL (caller may use errno to diagnose). - If realloc fails, or if the link value is longer than SIZE_MAX :-), + If malloc fails, or if the link value is longer than SSIZE_MAX :-), give a diagnostic and exit. */ char * -- 2.47.2