Waldemar Brodkorb %!s(int64=10) %!d(string=hai) anos
pai
achega
26156aafe5
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      package/firefox/patches/patch-xpcom_ds_nsMathUtils_h

+ 2 - 2
package/firefox/patches/patch-xpcom_ds_nsMathUtils_h

@@ -12,9 +12,9 @@
  #else
 -  return finite(aNum);
 +#ifdef _GLIBCXX_CMATH
-+  return std::isfinite(d);
++  return std::isfinite(aNum);
 +#else
-+  return isfinite(d);
++  return isfinite(aNum);
 +#endif
  #endif
  }