X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Ftemp.c;h=0b754c104f772153bef1de7077852831014e5a01;hb=abe1abe4f943ae9157588556d486a6863262226a;hp=32a6529bca724795aa2f34c4c3d51000cbf74ee9;hpb=3503a79b25a813b9d8540dc64e23dca427e97763;p=libucw.git diff --git a/lib/temp.c b/lib/temp.c index 32a6529b..0b754c10 100644 --- a/lib/temp.c +++ b/lib/temp.c @@ -11,11 +11,11 @@ #include "lib.h" -ulg +u32 temprand(uns key) { static int seeded = 0; - ulg rand; + u32 rand; if (!seeded) {