Bugs item #489129, was opened at 2001-12-04 14:44
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=390117&aid=489129&group_id=27350
Category: None
Group: v0.9
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
>Assigned to: Malcolm Box (mbox)
Summary: lib/LXR/Lang/Generic.pm Line 45
Initial Comment:
open (X, $config->genericconf) || die "Can't open
$config->genericconf, $!";
is probably wrong
open (X, $config->genericconf) || die "Can't
open ".$config->genericconf.", $!";
should do the trick ;)
regrets stefan
----------------------------------------------------------------------
>Comment By: Malcolm Box (mbox)
Date: 2001-12-06 06:38
Message:
Logged In: YES
user_id=215386
Thanks, good catch.
Fixed as suggested.
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=390117&aid=489129&group_id=27350
|