OSDN Git Service

time() takes a time_t* as the argument so change the cast of 0 to a time_t*. Avoids...
authorEric Branlund <ebranlund@fastmail.com>
Wed, 11 Sep 2019 18:24:46 +0000 (11:24 -0700)
committerEric Branlund <ebranlund@fastmail.com>
Wed, 11 Sep 2019 18:24:46 +0000 (11:24 -0700)
commit7bbdd369412d99af8f32c81168c53c6abb3e2aad
tree6677e180aea80f4680ecbd748d587fbaed499e28
parenta8bffb220fd0229a180661692aebd009fdadc3c5
time() takes a time_t* as the argument so change the cast of 0 to a time_t*.  Avoids a compiler warning with Apple's cc version 10.0.1.
src/files.c