From 93fcc4c04817cf5d43d890b0be8d0abf5f470172 Mon Sep 17 00:00:00 2001 From: victor Date: Mon, 21 Feb 2000 18:21:14 +0000 Subject: [PATCH] A: has been fixed, ONCE MORE :-( --- eo/src/eoRNG.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eo/src/eoRNG.h b/eo/src/eoRNG.h index 18bf2566..21501235 100644 --- a/eo/src/eoRNG.h +++ b/eo/src/eoRNG.h @@ -197,7 +197,7 @@ public : { if (total == 0) { // count - for (int i = 0; i < vec.size(); ++i) + for (unsigned i = 0; i < vec.size(); ++i) total += vec[i]; }