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);
|
||||
const char *ext;
|
||||
struct timespec tp;
|
||||
long start;
|
||||
long total_start;
|
||||
unsigned int start;
|
||||
unsigned int total_start;
|
||||
int ret;
|
||||
int i;
|
||||
|
||||
|
|
Loading…
Reference in a new issue