Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
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])); 5 } 6 7-template<typename T> void mdet(const T *c, unsigned int d) 8+template<typename T> int mdet(const T *c, unsigned int d) 9 { 10 T *c2; 11 unsigned int i, j, k, l;