Author: allthecoolkidshaveone
<allthecoolkidshaveone@
ba372814-4f39-11de-9ad6-
1127a62b9fcd>
Date: Fri Oct 30 06:30:38 2009 +0000
Issue 114: randword() funkiness part 2.
Author: allthecoolkidshaveone
<allthecoolkidshaveone@
ba372814-4f39-11de-9ad6-
1127a62b9fcd>
Date: Fri Oct 30 06:29:54 2009 +0000
Issue 114: randword() funkiness.
Fixes #156
if (word_count == 0)
return;
- else if (word_count == 1) {
- safe_strl(args[0], arglens[0], buff, bp);
- return;
- }
word_index = get_random32(0, word_count - 1);