[BACK]Return to coll.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / sort

Diff for /src/usr.bin/sort/coll.c between version 1.5 and 1.6

version 1.5, 2015/04/01 21:46:38 version 1.6, 2015/04/01 21:47:19
Line 406 
Line 406 
                 struct bwstring *ret = NULL;                  struct bwstring *ret = NULL;
                 struct sort_mods *sm = default_sort_mods;                  struct sort_mods *sm = default_sort_mods;
   
 #if 0 /* historically -b has only been effective w/ -k */  
                 if (sm->bflag) {                  if (sm->bflag) {
                         if (ret == NULL)                          if (ret == NULL)
                                 ret = bwsdup(s);                                  ret = bwsdup(s);
                         ret = ignore_leading_blanks(ret);                          ret = ignore_leading_blanks(ret);
                 }                  }
 #endif  
                 if (sm->dflag) {                  if (sm->dflag) {
                         if (ret == NULL)                          if (ret == NULL)
                                 ret = bwsdup(s);                                  ret = bwsdup(s);

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6