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.63 by root, Mon Dec 17 08:03:22 2007 UTC vs.
Revision 1.64 by root, Mon Dec 17 08:50:15 2007 UTC

507 utf8::decode $file; 507 utf8::decode $file;
508 508
509 # a meta file for resources is now mandatory 509 # a meta file for resources is now mandatory
510 unless (exists $meta->{$file}) { 510 unless (exists $meta->{$file}) {
511 warn "skipping $dir/$file\n" if $VERBOSE >= 3; 511 warn "skipping $dir/$file\n" if $VERBOSE >= 3;
512 next;
512 } 513 }
513 514
514 $meta = { 515 $meta = {
515 %{ $meta->{"" } || {} }, 516 %{ $meta->{"" } || {} },
516 %{ $meta->{$file} || {} }, 517 %{ $meta->{$file} || {} },

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines