[Lxr-dev] [ lxr-Bugs-3587475 ] Files sometimes mistaken for graphic files
Brought to you by:
ajlittoz
From: SourceForge.net <no...@so...> - 2012-11-15 11:14:31
|
Bugs item #3587475, was opened at 2012-11-15 03:14 Message generated for change (Tracker Item Submitted) made by ajlittoz You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=3587475&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: v1.0 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Andre-Littoz (ajlittoz) Assigned to: Andre-Littoz (ajlittoz) Summary: Files sometimes mistaken for graphic files Initial Comment: Release 1.0, but affects all releases since 0.9.9 A pair of parentheses is missing around variable $graphicfile (containing the pattern from lxr.conf) in pattern matching for graphic files at line 344 in Markup.pm. This results in the dot only taken in consideration for the first alternative and the dollar for the last. Consequently, the inner alternatives may match on any part of the filename, erroneously classifying the file as graphics if it has no parser associated with it. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=3587475&group_id=27350 |