summaryrefslogtreecommitdiff
path: root/math/mtrxmath/files/patch-mtrxmath.c
blob: d3533f8774080480690b3103a7e0dbaf229c1b3d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- mtrxmath.c.orig	Tue Jan  9 20:44:12 2001
+++ mtrxmath.c	Tue Jan  9 20:44:00 2001
@@ -102,7 +102,7 @@
     exit(0);
   }
   if (cmdopt==INVERT) {
-    final == inverse(foo);
+    final = inverse(foo);
     show_matrix(final);
     exit(0);
   }