Parent Directory
|
Revision Log
|
Patch
revision 8 by dpavlin, Thu Oct 25 14:52:56 2007 UTC | revision 9 by dpavlin, Thu Oct 25 14:55:00 2007 UTC | |
---|---|---|
# | Line 56 my $status_lines = 3; | Line 56 my $status_lines = 3; |
56 | my $selectable_line; | my $selectable_line; |
57 | ||
58 | for my $l (0 .. $#lines) { | for my $l (0 .. $#lines) { |
59 | if ($lines[$l] !~ s/^{s}//) { | if ($lines[$l] =~ s/^{s}//) { |
60 | $selectable_line->{$l}++; | $selectable_line->{$l}++; |
61 | } | } |
62 | } | } |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |