diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-10-23 08:17:48 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-10-23 08:17:58 +0200 |
commit | e496d39130b8b3e0eb7637c917a0c88c59d40e43 (patch) | |
tree | 031dd3bbc87347cb1ce8e144db8bb365eb9a8adc /package/firefox/patches/patch-xpcom_ds_nsMathUtils_h | |
parent | 71055053b241c7aa8186b0281d58e0237ebdb010 (diff) |
firefox: update to latest
Diffstat (limited to 'package/firefox/patches/patch-xpcom_ds_nsMathUtils_h')
-rw-r--r-- | package/firefox/patches/patch-xpcom_ds_nsMathUtils_h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/firefox/patches/patch-xpcom_ds_nsMathUtils_h b/package/firefox/patches/patch-xpcom_ds_nsMathUtils_h index 578dc64c6..a22b709eb 100644 --- a/package/firefox/patches/patch-xpcom_ds_nsMathUtils_h +++ b/package/firefox/patches/patch-xpcom_ds_nsMathUtils_h @@ -1,6 +1,6 @@ ---- mozilla-release.orig/xpcom/ds/nsMathUtils.h 2015-01-09 05:38:29.000000000 +0100 -+++ mozilla-release/xpcom/ds/nsMathUtils.h 2015-01-29 21:37:27.000000000 +0100 -@@ -104,12 +104,16 @@ NS_finite(double aNum) +--- mozilla-release.orig/xpcom/ds/nsMathUtils.h 2015-10-14 23:41:52.000000000 +0200 ++++ mozilla-release/xpcom/ds/nsMathUtils.h 2015-10-22 21:35:50.563890005 +0200 +@@ -105,12 +105,16 @@ NS_finite(double aNum) #ifdef WIN32 // NOTE: '!!' casts an int to bool without spamming MSVC warning C4800. return !!_finite(aNum); |