changeset 306:1a6f435a1e4d misc

Fix fumble reporting.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 29 Dec 2015 05:46:54 +0200
parents 8c9b9156a235
children d6b1b38cbb30
files materials/parsealloys.pl
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/materials/parsealloys.pl	Tue Dec 29 04:52:49 2015 +0200
+++ b/materials/parsealloys.pl	Tue Dec 29 05:46:54 2015 +0200
@@ -45,7 +45,7 @@
   }
   else
   {
-    print STDERR "Ignoring fumbled combo $_[0] + $_[1] = $_[2]\n";
+    print STDERR "Ignoring fumbled combo $_[1] + $_[2] = $_[0]\n";
   }
   $fumble = 0;
 }