ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/DC.pm
(Generate patch)

Comparing deliantra/Deliantra-Client/DC.pm (file contents):
Revision 1.204 by root, Wed Jan 14 23:51:18 2009 UTC vs.
Revision 1.205 by root, Sun Mar 29 22:28:12 2009 UTC

141sub find_rcfile($) { 141sub find_rcfile($) {
142 my $path; 142 my $path;
143 143
144 for (@RC_PATH, "") { 144 for (@RC_PATH, "") {
145 $path = "$RC_BASE/$_/$_[0]"; 145 $path = "$RC_BASE/$_/$_[0]";
146 return $path if -r $path; 146 return $path if -e $path;
147 } 147 }
148 148
149 die "FATAL: can't find required file \"$_[0]\" in \"$RC_BASE\"\n"; 149 die "FATAL: can't find required file \"$_[0]\" in \"$RC_BASE\"\n";
150} 150}
151 151

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines