mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-11-10 12:14:51 +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;
|
long yr, q;
|
||||||
const int *cal;
|
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
|
// if (td < 0.0 || td > 1e6) // About 2700 AD
|
||||||
// return;
|
// return;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user