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.121 by root, Mon Oct 29 22:50:10 2012 UTC vs.
Revision 1.122 by root, Sun Nov 11 02:24:51 2012 UTC

805 } 805 }
806 } 806 }
807 807
808 substr $dir, 0, 1 + length $PATH, ""; 808 substr $dir, 0, 1 + length $PATH, "";
809 809
810 $RESOURCE{"$dir/$file"} = { 810 my %info = (
811 type => (exists $meta->{type} ? delete $meta->{type} : $type), 811 type => (exists $meta->{type} ? delete $meta->{type} : $type),
812 data => $data, 812 data => $data,
813 %$meta ? (meta => $meta) : (), 813 %$meta ? (meta => $meta) : (),
814 }; 814 );
815
816 $RESOURCE{"$dir/$file"} = \%info;
815 } 817 }
816 818
817 sub process_any { 819 sub process_any {
818 while (my ($func, @args) = @{ $c_any->get }) { 820 while (my ($func, @args) = @{ $c_any->get }) {
819 $func->(@args); 821 $func->(@args);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines