#time: Fixed

Major (unexpected) problem was collision between the name of my header file and that of the system header file!
This commit is contained in:
Simon Brooke 2019-02-07 15:32:06 +00:00
parent 0a9d54f97d
commit af814d8f03
5 changed files with 44 additions and 11 deletions

View file

@ -378,9 +378,8 @@ void collect_meta( struct cons_pointer stream, char *url ) {
meta =
add_meta_integer( meta, L"size",
( intmax_t ) statbuf.st_size );
/*
meta = add_meta_time( meta, L"modified", &statbuf.st_mtime );
*/
}
break;
case CFTYPE_CURL: