From 3266bbaf3968fda48372fda21f4e073dcac66ae8 Mon Sep 17 00:00:00 2001 From: "Dmitrij D. Czarkoff" Date: Mon, 15 Aug 2016 10:24:01 +0200 Subject: [PATCH] Consistant typing for test timing variables --- tests/qrtest.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/qrtest.c b/tests/qrtest.c index 83827f5..2e50698 100644 --- a/tests/qrtest.c +++ b/tests/qrtest.c @@ -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;