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

(-)sort.c (-1 / +3 lines)
Lines 2297-2303 Link Here
2297
      size_t lenb = limb <= textb ? 0 : limb - textb;
2297
      size_t lenb = limb <= textb ? 0 : limb - textb;
2298
2298
2299
      /* Actually compare the fields. */
2299
      /* Actually compare the fields. */
2300
      if (key->numeric | key->general_numeric)
2300
      if (key->random)
2301
	diff = compare_random (texta, lena, textb, lenb);
2302
      else if (key->numeric | key->general_numeric)
2301
	{
2303
	{
2302
	  char savea = *lima, saveb = *limb;
2304
	  char savea = *lima, saveb = *limb;
2303
2305

Return to bug 186349