Merge pull request #329823 from ExpidusOS/fix/pkgsllvm/elfutils
[NixPkgs.git] / pkgs / applications / radio / soundmodem / matFix.patch
blob55436cda3d41462cbe76c66e114aeec073225b9e
1 --- a/matlib/mat.hh 2003-01-06 23:47:26.000000000 +0100
2 +++ b/matlib/mat.copy.hh 2021-01-06 10:05:34.332415179 +0100
3 @@ -91,7 +91,7 @@
4 memcpy(c, r, d1 * d3 * sizeof(c[0]));
7 -template<typename T> void mdet(const T *c, unsigned int d)
8 +template<typename T> int mdet(const T *c, unsigned int d)
10 T *c2;
11 unsigned int i, j, k, l;