summaryrefslogtreecommitdiff
path: root/math/mtrxmath/files/patch-mtrxmath.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/mtrxmath/files/patch-mtrxmath.c')
-rw-r--r--math/mtrxmath/files/patch-mtrxmath.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/math/mtrxmath/files/patch-mtrxmath.c b/math/mtrxmath/files/patch-mtrxmath.c
new file mode 100644
index 000000000000..d3533f877408
--- /dev/null
+++ b/math/mtrxmath/files/patch-mtrxmath.c
@@ -0,0 +1,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);
+ }