Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/tester/mm/common.c

    rfeeac0d rbe12474  
    309309                return NULL;
    310310       
    311         unsigned int idx = rand() % mem_blocks_count;
     311        unsigned long idx = rand() % mem_blocks_count;
    312312        link_t *entry = list_nth(&mem_blocks, idx);
    313313       
Note: See TracChangeset for help on using the changeset viewer.