1. RE: Massive file sort
- Posted by "Unkmar" <L3Euphoria at bellsouth.net> Oct 06, 2004
- 410 views
Nobody noticed but there is a bug in my code. The description is good though. Replace: while (total_lines >= pass) do With: while (required_passes >= pass) do unkmar I'm good, not god.
2. RE: Massive file sort
- Posted by "Unkmar" <L3Euphoria at bellsouth.net> Oct 06, 2004
- 420 views
----- Original Message ----- From: "Lucius Hilley" Sent: Tuesday, October 05, 2004 11:33 PM Subject: RE: Massive file sort > > Nobody noticed but there is a bug in my code. It is still broken. I just threw that code together in a hurry and had not tested it. I'll send a working copy soon. unkmar