On Mon, Mar 11, 2013 at 9:39 PM, Danny Auble <[email protected]> wrote: > This does appear to be a bug. It is fixed in this patch > c8498b0d6578c8998c77270509a1685be4d278c5 and will be in the next 2.5 > release.
Hi Danny,
Thanks a lot for the quick fix!
Dmitri
--
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <[email protected]>*/
