From 5886edfac2472187a99148df72d413539d353edc Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Wed, 18 Aug 2004 07:00:17 +0000 Subject: [PATCH] Corrected/enhanced a comment. --- util.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util.c b/util.c index 79050d3e..b78dba84 100644 --- a/util.c +++ b/util.c @@ -730,8 +730,8 @@ unsigned int clean_fname(char *name, BOOL collapse_dot_dot) * The rootdir string contains a value to use in place of a leading slash. * Specify NULL to get the default of lp_path(module_id). * - * If depth is > 0, it is a count of how many '..'s to allow at the start - * of the path. + * If depth is >= 0, it is a count of how many '..'s to allow at the start + * of the path. Use -1 to allow unlimited depth. * * We also clean the path in a manner similar to clean_fname() but with a * few differences: -- 2.34.1