ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/utils/cfutil.in
(Generate patch)

Comparing deliantra/server/utils/cfutil.in (file contents):
Revision 1.49 by root, Thu Aug 9 22:46:08 2007 UTC vs.
Revision 1.50 by root, Thu Aug 9 22:54:28 2007 UTC

415 my $data; 415 my $data;
416 aio_load "$dir/$file", $data; 416 aio_load "$dir/$file", $data;
417 417
418 my $meta = load_cached "$dir/meta", sub { JSON::XS::from_json shift }; 418 my $meta = load_cached "$dir/meta", sub { JSON::XS::from_json shift };
419 419
420 return if $meta && !exists $meta->{$file}; 420 next if $meta && !exists $meta->{$file};
421 421
422 $meta = { 422 $meta = {
423 %{ $meta->{"" } || {} }, 423 %{ $meta->{"" } || {} },
424 %{ $meta->{$file} || {} }, 424 %{ $meta->{$file} || {} },
425 }; 425 };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines