mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-11-09 11:27:28 +08:00
Undo whitespace changes, add comment.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user