This commit is contained in:
van Hauser
2020-08-11 11:16:48 +02:00
parent 3ec1b23743
commit 4f695b6f4c
5 changed files with 62 additions and 29 deletions

View File

@ -471,8 +471,8 @@ void read_bitmap(u8 *fname, u8 *map, size_t len) {
u64 get_cur_time(void) {
static struct timeval tv;
static struct timezone tz;
struct timeval tv;
struct timezone tz;
gettimeofday(&tv, &tz);