X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/f8665df65d2bc3552b68c734a7b3975d95ccdc41..cafee7a804b8aa53166065e988ec0fc387862fc8:/uip/scansbr.c diff --git a/uip/scansbr.c b/uip/scansbr.c index c04e8c70..be68bf89 100644 --- a/uip/scansbr.c +++ b/uip/scansbr.c @@ -331,9 +331,9 @@ finished: if (datecomp->c_tws == NULL) adios (NULL, "unable to allocate tws buffer"); *datecomp->c_tws = *dlocaltime ((time_t *) &st.st_mtime); - datecomp->c_flags = -1; + datecomp->c_flags |= CF_DATEFAB|CF_TRUE; } else { - datecomp->c_flags = 0; + datecomp->c_flags &= ~CF_DATEFAB; } } }