From: SourceForge.net <no...@so...> - 2006-03-22 18:17:44
|
Patches item #1456323, was opened at 2006-03-22 10:17 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390119&aid=1456323&group_id=27350 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Browsing Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: LXR return to / if directory has 2 letters Initial Comment: I encounter this while browsing the netbsd kernel tree (which include several 2 letters' directory), the regex in clean_path() is missing 2 '\' to protect '.' which causes the $path to be emptied. The following patch correct the regex. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390119&aid=1456323&group_id=27350 |