From 1cadc85813d736f7682fa2eeadae639ab6b66c65 Mon Sep 17 00:00:00 2001 From: Siddhesh Poyarekar Date: Thu, 27 Feb 2014 21:12:09 +0530 Subject: Fix sign of input to bsloww1 (BZ #16623) In 84ba214c, I removed some redundant sign computations and in the process, I incorrectly got rid of a temporary variable, thus passing the absolute value of the input to bsloww1. This caused #16623. This fix undoes the incorrect change. --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index acd04def8d..9fdd9ac4c4 100644 --- a/NEWS +++ b/NEWS @@ -10,7 +10,7 @@ Version 2.20 * The following bugs are resolved with this release: 15347, 15804, 15894, 16447, 16545, 16574, 16600, 16609, 16610, 16611, - 16613, 16632. + 16613, 16623, 16632. * The am33 port, which had not worked for several years, has been removed from ports. -- cgit 1.4.1