mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-08-20 09:13:13 +08:00
Undo whitespace changes, add comment.
This commit is contained in:
parent
0a012235e8
commit
c6ab656741
@ -894,6 +894,8 @@ mdb_date_to_tm(double td, struct tm *t)
|
||||
long yr, q;
|
||||
const int *cal;
|
||||
|
||||
// if you want to limit 1900--2700, do this
|
||||
// but it's not necessary
|
||||
// if (td < 0.0 || td > 1e6) // About 2700 AD
|
||||
// return;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user