orion / rpms / opencv

Forked from rpms/opencv 4 years ago
Clone
Karel Klíč 58a2e15
--- trunk/opencv/src/cxcore/cxrand.cpp	2009/11/13 13:53:03	2281
Karel Klíč 58a2e15
+++ trunk/opencv/src/cxcore/cxrand.cpp	2009/11/13 14:55:04	2282
Karel Klíč 58a2e15
@@ -303,7 +303,7 @@
Karel Klíč 58a2e15
 {
Karel Klíč 58a2e15
     const float r = 3.442620f; // The start of the right tail
Karel Klíč 58a2e15
     const float rng_flt = 2.3283064365386962890625e-10f; // 2^-32
Karel Klíč 58a2e15
-    static unsigned kn[127];
Karel Klíč 58a2e15
+    static unsigned kn[128];
Karel Klíč 58a2e15
     static float wn[128], fn[128];
Karel Klíč 58a2e15
     uint64 temp = *state;
Karel Klíč 58a2e15
     static bool initialized=false;