Added date stamp debugging
This commit is contained in:
parent
f1b6f31c91
commit
3850b5dfa8
@ -701,6 +701,7 @@ int ProcessTic(fa_list *sbl)
|
|||||||
ut.modtime = mktime(localtime(&TIC.FileDate));
|
ut.modtime = mktime(localtime(&TIC.FileDate));
|
||||||
sprintf(Temp, "%s/%s", TIC.Inbound, TIC.NewName);
|
sprintf(Temp, "%s/%s", TIC.Inbound, TIC.NewName);
|
||||||
utime(Temp, &ut);
|
utime(Temp, &ut);
|
||||||
|
Syslog('-', "Restamp filedate %s to %s", Temp, rfcdate(ut.modtime));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user