mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 19:52:50 +08:00
Fixed compile issue on Windows
This commit is contained in:
@@ -83,7 +83,7 @@ namespace alpr
|
|||||||
|
|
||||||
timespec time_start;
|
timespec time_start;
|
||||||
time_start.tv_sec = 0;
|
time_start.tv_sec = 0;
|
||||||
time_start.tv_nsec = 0;
|
time_start.tv_usec = 0;
|
||||||
|
|
||||||
return diffclock(time_start, time);
|
return diffclock(time_start, time);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user