[comp.sources.bugs] nsort

ok@cs.mu.oz.au (Richard O'Keefe) (10/09/89)

Somehow the nsort.c that I posted to comp.sources.misc managed to lose
one line while it was being packaged up.  I can't imagine how that
happened, as I didn't edit the file after checking that it compiled
and ran.  Anyway, here is the correction:

*** nsort.c	Mon Oct  9 11:17:22 1989
--- bak/nsort.c	Fri Oct  6 20:59:32 1989
***************
*** 175,181 ****
  		    fprintf(stderr, "%s: ran out of memory\n", progname);
  		    exit(EX_SOFTWARE);
  		}
- 	    }
  	} else {
  	    register char *b, *c;
  	    register int n;
--- 175,180 ----