File mpitests-codecleanup.patch of Package mpitests
---
presta-1.4.0/globalop.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: presta-1.4.0/globalop.c
===================================================================
--- presta-1.4.0/globalop.c.orig 2007-03-07 14:21:35.000000000 +0100
+++ presta-1.4.0/globalop.c 2014-03-28 14:06:48.567524651 +0100
@@ -89,7 +89,7 @@ void crunch(double * blap, double * blip
void set(int arrsize, double *num)
{
- int i;
+ int i = 0;
srand((unsigned int) num[i % arrsize]);