ossp-pkg/shiela/shiela.pl 1.22 -> 1.23
--- shiela.pl 2002/12/21 11:24:17 1.22
+++ shiela.pl 2002/12/21 11:29:22 1.23
@@ -1789,8 +1789,8 @@
my $Is_quoted = quotemeta($Is);
$cvsdiff =~ s|\n<Diff\s+${Is_quoted}>\n(.+?\n)</Diff>|$e->{diff} = $1, ''|se;
$IN->{file}->{$Is} = $e;
- $handle_min = $ID if ($ID ne '' and (not defined($handle_min) or $handle_min > $ID));
- $handle_max = $ID if ($ID ne '' and (not defined($handle_max) or $handle_max < $ID));
+ $handle_min = $ID if ($ID ne '' and $ID ne '0' and (not defined($handle_min) or $handle_min > $ID));
+ $handle_max = $ID if ($ID ne '' and $ID ne '0' and (not defined($handle_max) or $handle_max < $ID));
}
$IN->{handle} = '-NONE-';
if (defined($handle_min) and defined($handle_max)) {
|
|