ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/ext/Jeweler.pm
(Generate patch)

Comparing deliantra/server/ext/Jeweler.pm (file contents):
Revision 1.9 by elmex, Sun Feb 4 11:17:52 2007 UTC vs.
Revision 1.10 by elmex, Sun Feb 4 11:44:43 2007 UTC

1083 1083
1084 my $i = 0; 1084 my $i = 0;
1085 my $check_cnts = 0; 1085 my $check_cnts = 0;
1086 my $check_true = 0; 1086 my $check_true = 0;
1087 for my $match (@matchar) { 1087 for my $match (@matchar) {
1088 $check_cnts = 0 if $i % 3 == 0;
1089
1088 if ($match =~ m/^\s*$/) { 1090 if ($match =~ m/^\s*$/) {
1089 $i++; 1091 $i++;
1090 next; 1092 next;
1091 } 1093 }
1092 1094

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines