# HG changeset patch # User Rob Landley # Date 1167534107 18000 # Node ID e74aa8b8660a943935ab937944ed516f4a3b7765 # Parent 423911a1c6d2765def86a6f4576b0a2e31253093 Comment tweak. diff -r 423911a1c6d2 -r e74aa8b8660a lib/functions.c --- a/lib/functions.c Thu Dec 14 15:19:34 2006 -0500 +++ b/lib/functions.c Sat Dec 30 22:01:47 2006 -0500 @@ -195,7 +195,8 @@ } // Cannonicalizes path by removing ".", "..", and "//" elements. This is not -// the same as realpath(), where "dir/.." +// the same as realpath(), where "dir/.." could wind up somewhere else by +// following symlinks. char *xabspath(char *path) { char *from, *to;