]> git.donarmstrong.com Git - debian-ctte.git/blobdiff - scripts/pocket-devotee
Update meeting poll
[debian-ctte.git] / scripts / pocket-devotee
index e2e667880c277ac65a0b83ef35f4ce9251189ff2..e806ba0a71ffe14022752932f78b68c8a7b3c9ee 100755 (executable)
@@ -285,7 +285,7 @@ EOF
       printf {$RESULTS} "Option %s  ", $order_to_options{$row + 1}{key};
       for my $col (0..($max_choices - 1)) {
           if ($row == $col) {
-              printf {$RESULTS} "      ", $Beat_Matrix[$row][$col];
+              print {$RESULTS} "      ";
           } else {
               printf {$RESULTS} " % 4d ", $Beat_Matrix[$row][$col];
           }