Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Added a small comment about absolutepath()
Alexandre Perrin committed 12 years ago
commit 0ccac590fc24b20c5f89763e2c4f8a2a86f479e6
parent 1a128de
1 file changed +1 -0
modified pkg/utils.c
@@ -106,6 +106,7 @@ query_yesno(const char *msg, ...)
	return r;
}

+
/* unlike realpath(3), this routine does not expand symbolic links */
char *
absolutepath(const char *src, char *dest, size_t dest_len) {
	char * res;