From ca6eb56a795126699d53a122787396a0c0fc560d Mon Sep 17 00:00:00 2001 From: Uriel Date: Wed, 21 Jan 2009 09:26:13 +0000 Subject: [PATCH 1/5] Add comment about minnor bug. --- bin/werc.rc | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/werc.rc b/bin/werc.rc index e1ba246..22a6cef 100755 --- a/bin/werc.rc +++ b/bin/werc.rc @@ -79,6 +79,7 @@ fn txt_handler { fn dir_listing_handler { d=`{basename -d $1} + # XXX $d is based on $local_path, but should display only req_path here. echo $d|sed 's,.*//,,g; s,/$,,; s,/, / ,g; s,.*,

&