unicode: fix syntax error in selection row loop
authorMischa POSLAWSKY <perl@shiar.org>
Sun, 29 Oct 2023 01:51:53 +0000 (02:51 +0100)
committerMischa POSLAWSKY <perl@shiar.org>
Tue, 31 Oct 2023 23:46:26 +0000 (00:46 +0100)
unicode.plp

index edad58c0b6fa87ed1749fa1dead112300e58e2d1..a7d545992ac5247af24276413ddf29df8db3098e 100644 (file)
@@ -149,7 +149,7 @@ $glyphs->print(map {
 
                if (@select) {
                        my $rowlen;
-                       for ($rowlen = 1; $rowlen++; $rowlen <= $#$table) {
+                       for ($rowlen = 1; $rowlen <= $#$table; $rowlen++) {
                                last if $table->[$rowlen] =~ /\./;
                        }
                        my @cells = map {