hmmm, forgot to remove this one before submitting (not that it hurts)...
--- fmtcl.pl~ Mon May 13 12:15:51 2002
+++ fmtcl.pl Mon May 13 12:15:56 2002
@@ -51,7 +51,7 @@
while ($_ = shift @items) {
# Item separator
print "\t--------------------------------------------------------------\n";
- my $line; foreach $line (@$_) { print "$line"; }
+ print @$_;
}
}
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/