summaryrefslogtreecommitdiff
path: root/package/firefox/patches/patch-content_base_public_nsContentUtils_h
blob: 0d5d389a4e2e4df4b71cbadb43a4e0e595f7603c (plain)
1
2
3
4
5
6
7
8
9
10
11
--- mozilla-2.0.orig/content/base/public/nsContentUtils.h	2011-03-19 00:33:33.000000000 +0100
+++ mozilla-2.0/content/base/public/nsContentUtils.h	2011-03-27 21:49:48.303361341 +0200
@@ -1942,7 +1942,7 @@ inline NS_HIDDEN_(PRBool) NS_FloatIsFini
 #ifdef WIN32
   return _finite(f);
 #else
-  return finite(f);
+  return isfinite(f);
 #endif
 }