libcsa: always use time_t for tick

This commit is contained in:
OBATA Akio
2021-10-12 14:24:41 +09:00
parent 194ae3639f
commit 008bcba766
7 changed files with 21 additions and 21 deletions

View File

@@ -264,8 +264,8 @@ struct Access_Args_4 {
typedef struct Access_Args_4 Access_Args_4;
struct Range_4 {
long key1;
long key2;
time_t key1;
time_t key2;
struct Range_4 *next;
};
typedef struct Range_4 Range_4;