X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fredblack-test.c;h=9125710229fedd844efeda0992ef1cb78da51940;hb=156301aa8c7fd24d49ed27cfbd1afc10ccb7bc58;hp=191473db85542efe53a8842345c4f7cfc31f3e89;hpb=fa7aa6d9457616ce28f97c83eaa616d0ff276870;p=libucw.git diff --git a/ucw/redblack-test.c b/ucw/redblack-test.c index 191473db..91257102 100644 --- a/ucw/redblack-test.c +++ b/ucw/redblack-test.c @@ -91,10 +91,10 @@ static void my2_dump_data(struct fastbuf *fb UNUSED, struct my2_node *n UNUSED) #define TREE_CONSERVE_SPACE #include "redblack.h" -static void random_string(char *txt, uns max_len) +static void random_string(char *txt, uint max_len) { - uns len = random() % max_len; - uns j; + uint len = random() % max_len; + uint j; for (j=0; j