Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Alter techniques for the contributed bug fixes
This makes a few changes to the techiques used for the bug fixes contributed by zqad: 1. Instead of blindly assuming the last element of the arry is null, we actually test for that and update the n variable accordingly. 2. The sed command was reverted to the older style, but kept the explicit beginning of and end of regex anchors. I was having trouble on OS X with the newer-style syntax. 3. The loop to remove the used word from the array was simplified.
- Loading branch information