nsort
Richard O'Keefe
ok at cs.mu.oz.au
Mon Oct 9 20:35:34 AEST 1989
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 ----
More information about the Comp.sources.bugs
mailing list