Merge branch '2.5.x'
[catacomb] / rand / lcrand.c
index f0f01dd..f916c9c 100644 (file)
@@ -241,7 +241,7 @@ static uint32 grange(grand *r, uint32 l)
 
 static const grand_ops gops = {
   "lcrand",
-  LCRAND_P, 0,
+  0, LCRAND_P,
   gmisc, gdestroy,
   graw, gbyte, grand_defaultword, grange, grand_defaultfill
 };