From: Jim Meyering Date: Fri, 21 Nov 2003 08:21:23 +0000 (+0000) Subject: (xreadlink): Correct outdated comment. X-Git-Tag: v5.1.0~139 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d23aea4a1e165893531a7aa5883d25a252336600;p=thirdparty%2Fcoreutils.git (xreadlink): Correct outdated comment. --- 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 *