Author: Alexander Barkov
Email: [EMAIL PROTECTED]
Message:
> 1) $r0 variable not works (always 0) because this line
>
> if((i>0)&&(i<MAXRANDOM)){
>
> prevents i == 0 and should be changed to
>
> if((i>=0)&&(i<MAXRANDOM)){
Thanks, fixed.
Reply: <http://search.mnogo.ru/board/message.php?id=2077>
___________________________________________
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]
- Webboard: 3.1.12 rand()-related bugs fixes (search.c) Andrey A. Chernov
- Webboard: 3.1.12 rand()-related bugs fixes (search.... Alexander Barkov
- Webboard: 3.1.12 rand()-related bugs fixes (search.... Andrey A. Chernov
