/[libconf]/libconf/perl-Libconf/Glueconf/Samba.pm
ViewVC logotype

Diff of /libconf/perl-Libconf/Glueconf/Samba.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by dams, Mon Nov 3 17:56:17 2003 UTC revision 1.9 by dams, Sun Nov 23 22:01:56 2003 UTC
# Line 155  sub TIEHASH { Line 155  sub TIEHASH {
155      my $key = $beginning+1;      my $key = $beginning+1;
156      foreach ($beginning+1..$libconf->size()-1) {      foreach ($beginning+1..$libconf->size()-1) {
157          my $atom = $libconf->getAtom($_);          my $atom = $libconf->getAtom($_);
158          @{$atom->{sections}} >= @depth and next;          @{$atom->{sections}} > @depth and next;
159          Libconf::compare_depth($atom->{sections}, \@depth) or last;          Libconf::compare_depth($atom->{sections}, \@depth) or last;
160      } continue {      } continue {
161          $key++;          $key++;

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26