summaryrefslogtreecommitdiff
path: root/package/firefox/patches/patch-content_base_public_nsContentUtils_h
blob: 7f4a8f0dd86a6df394aa8c44904c91650e17af3d (plain)
1
2
3
4
5
6
7
8
9
10
11
--- mozilla-release.orig/content/base/public/nsContentUtils.h	2011-07-08 03:15:15.000000000 +0200
+++ mozilla-release/content/base/public/nsContentUtils.h	2011-07-29 15:50:34.000000000 +0200
@@ -1928,7 +1928,7 @@ inline NS_HIDDEN_(PRBool) NS_FloatIsFini
 #ifdef WIN32
   return _finite(f);
 #else
-  return finite(f);
+  return isfinite(f);
 #endif
 }