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.80 by root, Fri Mar 19 14:36:39 2010 UTC vs.
Revision 1.81 by root, Sat Apr 3 03:13:48 2010 UTC

733 while () { 733 while () {
734 my $progress; 734 my $progress;
735 my $loop; 735 my $loop;
736 736
737 for my $o (values %ARC) { 737 for my $o (values %ARC) {
738 if (my $other = $o->{inherit}) { 738 for my $other (split /,/, $o->{inherit}) {
739 if (my $s = $ARC{$other}) { 739 if (my $s = $ARC{$other}) {
740 if ($s->{inherit}) { 740 if ($s->{inherit}) {
741 $loop = $s; 741 $loop = $s;
742 } else { 742 } else {
743 delete $o->{inherit}; 743 delete $o->{inherit};

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines