diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-25 07:18:17 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-25 07:18:17 +0200 |
commit | 85a1cc9ebdd7273480ab45d8b425ae7e63d1578b (patch) | |
tree | d30497e0895cf1fa4a75e36924192856b40a991d /package/firefox/patches/patch-js_src_jsnum_h | |
parent | 922b864ff6457376bb884894efff969623170b8f (diff) | |
parent | 5593c0670be55a83cca297038baa736528a4dcc6 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/firefox/patches/patch-js_src_jsnum_h')
-rw-r--r-- | package/firefox/patches/patch-js_src_jsnum_h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/firefox/patches/patch-js_src_jsnum_h b/package/firefox/patches/patch-js_src_jsnum_h index af999878c..f2e6abe81 100644 --- a/package/firefox/patches/patch-js_src_jsnum_h +++ b/package/firefox/patches/patch-js_src_jsnum_h @@ -1,6 +1,6 @@ ---- mozilla-1.9.2.orig/js/src/jsnum.h 2010-04-02 18:02:28.000000000 +0200 -+++ mozilla-1.9.2/js/src/jsnum.h 2010-04-11 14:04:14.000000000 +0200 -@@ -98,7 +98,7 @@ JSDOUBLE_IS_FINITE(jsdouble d) +--- mozilla-2.0.orig/js/src/jsnum.h 2011-03-19 00:33:50.000000000 +0100 ++++ mozilla-2.0/js/src/jsnum.h 2011-04-23 23:18:01.000000000 +0200 +@@ -101,7 +101,7 @@ JSDOUBLE_IS_FINITE(jsdouble d) #ifdef WIN32 return _finite(d); #else |