From e5f80c5114534fc4da5d4c6968d080c8a148eb71 Mon Sep 17 00:00:00 2001 From: jkh Date: Thu, 19 Jun 1997 17:57:06 +0000 Subject: Back out previous fix - this bug's got diplomatic immunity as a registered political issue. --- bin/sh/expand.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'bin/sh/expand.c') diff --git a/bin/sh/expand.c b/bin/sh/expand.c index a72e351..fe8910f 100644 --- a/bin/sh/expand.c +++ b/bin/sh/expand.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: expand.c,v 1.19 1997/06/06 23:04:33 ache Exp $ + * $Id: expand.c,v 1.20 1997/06/19 15:14:01 jkh Exp $ */ #ifndef lint @@ -1388,8 +1388,6 @@ cvtnum(num, buf) temp[31] = '\0'; - if (neg) - num = -num; do { *--p = num % 10 + '0'; } while ((num /= 10) != 0); -- cgit v1.1