ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/lib/cf.pm
(Generate patch)

Comparing deliantra/server/lib/cf.pm (file contents):
Revision 1.571 by root, Wed May 4 19:04:45 2011 UTC vs.
Revision 1.572 by root, Sun May 8 11:44:43 2011 UTC

2322 2322
2323sub find_async { 2323sub find_async {
2324 my ($path, $origin, $load) = @_; 2324 my ($path, $origin, $load) = @_;
2325 2325
2326 $path = normalise $path, $origin; 2326 $path = normalise $path, $origin;
2327
2328 print "find async $path (from $origin)\n";#d#
2327 2329
2328 if (my $map = $cf::MAP{$path}) { 2330 if (my $map = $cf::MAP{$path}) {
2329 return $map if !$load || $map->linkable; 2331 return $map if !$load || $map->linkable;
2330 } 2332 }
2331 2333

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines