Consistant typing for test timing variables
This commit is contained in:
parent
b0fc6bfd5f
commit
3266bbaf39
1 changed files with 2 additions and 2 deletions
|
@ -86,8 +86,8 @@ static int scan_file(const char *path, const char *filename,
|
||||||
int len = strlen(filename);
|
int len = strlen(filename);
|
||||||
const char *ext;
|
const char *ext;
|
||||||
struct timespec tp;
|
struct timespec tp;
|
||||||
long start;
|
unsigned int start;
|
||||||
long total_start;
|
unsigned int total_start;
|
||||||
int ret;
|
int ret;
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue