#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:
parent
0a9d54f97d
commit
af814d8f03
5 changed files with 44 additions and 11 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue