diff options
author | Igor <igor29768@gmail.com> | 2015-11-19 00:03:38 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-11-19 00:04:58 +0700 |
commit | 87c5d302fcece010e17b256db4d60f7ff5e40fec (patch) | |
tree | 608df01fe537edd6680222724bc5ce3299af00b1 /libraries/cln/patches/cln.git-3c6225a8b3fedffaba7279d86db96b8f180b3f28.patch | |
parent | 2c54e81a6809eb7924c96bb3e6529fa7f9fb501c (diff) |
libraries/cln: Updated for version 1.3.4 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/cln/patches/cln.git-3c6225a8b3fedffaba7279d86db96b8f180b3f28.patch')
-rw-r--r-- | libraries/cln/patches/cln.git-3c6225a8b3fedffaba7279d86db96b8f180b3f28.patch | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/libraries/cln/patches/cln.git-3c6225a8b3fedffaba7279d86db96b8f180b3f28.patch b/libraries/cln/patches/cln.git-3c6225a8b3fedffaba7279d86db96b8f180b3f28.patch deleted file mode 100644 index 42a5a1c3edf50..0000000000000 --- a/libraries/cln/patches/cln.git-3c6225a8b3fedffaba7279d86db96b8f180b3f28.patch +++ /dev/null @@ -1,34 +0,0 @@ -From: Richard Kreckel <kreckel@ginac.de> -Date: Fri, 2 Mar 2012 22:40:34 +0000 (+0100) -Subject: Fix bug in converting cl_LF to float, double. -X-Git-Url: http://www.ginac.de/CLN/cln.git/?p=cln.git;a=commitdiff_plain;h=3c6225a8b3fedffaba7279d86db96b8f180b3f28 - -Fix bug in converting cl_LF to float, double. ---- - -diff --git a/src/float/conv/cl_LF_to_double.cc b/src/float/conv/cl_LF_to_double.cc -index 078bd1b..f9f5e86 100644 ---- a/src/float/conv/cl_LF_to_double.cc -+++ b/src/float/conv/cl_LF_to_double.cc -@@ -20,7 +20,7 @@ double double_approx (const cl_LF& x) - { - // x entpacken: - var cl_signean sign; -- var sintL exp; -+ var sintE exp; - var uintD* ptr; - var uintC len; - LF_decode(x, { return 0.0; }, sign=,exp=,ptr=,len=,); -diff --git a/src/float/conv/cl_LF_to_float.cc b/src/float/conv/cl_LF_to_float.cc -index 913b08e..b476d04 100644 ---- a/src/float/conv/cl_LF_to_float.cc -+++ b/src/float/conv/cl_LF_to_float.cc -@@ -20,7 +20,7 @@ float float_approx (const cl_LF& x) - { - // x entpacken: - var cl_signean sign; -- var sintL exp; -+ var sintE exp; - var uintD* ptr; - var uintC len; - LF_decode(x, { return 0.0; }, sign=,exp=,ptr=,len=,); |