Merge pull request #17 from czarkoff/clock

Consistant typing for test timing variables
This commit is contained in:
Daniel Beer 2016-08-16 09:35:20 +12:00 committed by GitHub
commit 3ddd39c952

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;