X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fscansbr.c;h=be68bf89162fb5c7c53ee761adaa7d8f10bcc623;hp=c04e8c707c03c6a6ada5a78412ef1223543ab397;hb=cafee7a804b8aa53166065e988ec0fc387862fc8;hpb=f8665df65d2bc3552b68c734a7b3975d95ccdc41 diff --git a/uip/scansbr.c b/uip/scansbr.c index c04e8c7..be68bf8 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; } } }