parent
5146b8e0d5
commit
e9013e85a0
|
@ -42,7 +42,7 @@
|
|||
static const char *file_mktag(struct stat *s, char *buf, int len)
|
||||
{
|
||||
snprintf(buf, len, "\"%" PRIx64 "-%" PRIx64 "-%" PRIx64 "\"",
|
||||
s->st_ino, s->st_size, (uint64_t)s->st_mtime);
|
||||
(uint64_t)s->st_ino, s->st_size, (uint64_t)s->st_mtime);
|
||||
|
||||
return buf;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue