From 0d43bad18e5ec6fd444612250b262944633058b6 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 25 Nov 1996 03:07:52 +0000 Subject: (set_ordering): Revert 1994-05-04 change to this function so that blanks are not unconditionally ignored when computing start and end positions for numeric keys. Reported by Markus Demleitner. --- src/sort.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/sort.c b/src/sort.c index 573f9eb09..48758e058 100644 --- a/src/sort.c +++ b/src/sort.c @@ -1695,10 +1695,6 @@ set_ordering (register const char *s, struct keyfield *key, break; case 'n': key->numeric = 1; - if (blanktype == bl_start || blanktype == bl_both) - key->skipsblanks = 1; - if (blanktype == bl_end || blanktype == bl_both) - key->skipeblanks = 1; break; case 'r': key->reverse = 1; -- cgit v1.2.3-70-g09d2