Consistant typing for test timing variables

This commit is contained in:
Dmitrij D. Czarkoff 2016-08-15 10:24:01 +02:00
parent b0fc6bfd5f
commit 3266bbaf39

View file

@ -86,8 +86,8 @@ static int scan_file(const char *path, const char *filename,
int len = strlen(filename);
const char *ext;
struct timespec tp;
long start;
long total_start;
unsigned int start;
unsigned int total_start;
int ret;
int i;