projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bd7218
)
tweak comment
author
Jim Meyering
<jim@meyering.net>
Mon, 3 Sep 2001 18:26:42 +0000
(18:26 +0000)
committer
Jim Meyering
<jim@meyering.net>
Mon, 3 Sep 2001 18:26:42 +0000
(18:26 +0000)
lib/xreadlink.c
patch
|
blob
|
history
diff --git
a/lib/xreadlink.c
b/lib/xreadlink.c
index a01833381ae4225d20131dab71343714ad1dbb67..3194d318af8695d5f8c635a3f96e5f6330a0a263 100644
(file)
--- a/
lib/xreadlink.c
+++ b/
lib/xreadlink.c
@@
-39,7
+39,7
@@
/* 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 (use errno to diagnose).
+ If readlink fails, return NULL (
caller may
use errno to diagnose).
If realloc fails, or if the link value is longer than SIZE_MAX :-),
give a diagnostic and exit. */