diff options
Diffstat (limited to 'math/mtrxmath/files/patch-mtrxmath.c')
-rw-r--r-- | math/mtrxmath/files/patch-mtrxmath.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/math/mtrxmath/files/patch-mtrxmath.c b/math/mtrxmath/files/patch-mtrxmath.c deleted file mode 100644 index d3533f8..0000000 --- a/math/mtrxmath/files/patch-mtrxmath.c +++ /dev/null @@ -1,11 +0,0 @@ ---- 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); - } |