Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 39515
Collapse All | Expand All

(-)coreutils-5.2.1/src/sort.c (+2 lines)
Lines 1680-1685 Link Here
1680
1680
1681
1681
1682
  /* Put conversion errors at the start of the collating sequence.  */
1682
  /* Put conversion errors at the start of the collating sequence.  */
1683
  free (bufa);
1684
  free (bufb);
1683
  if (bufa == ea)
1685
  if (bufa == ea)
1684
    return bufb == eb ? 0 : -1;
1686
    return bufb == eb ? 0 : -1;
1685
  if (bufb == eb)
1687
  if (bufb == eb)

Return to bug 39515