diff options
| author | dgp@users.sourceforge.net <dgp> | 2014-11-17 13:00:42 (GMT) |
|---|---|---|
| committer | dgp@users.sourceforge.net <dgp> | 2014-11-17 13:00:42 (GMT) |
| commit | 96c03b5753e5320201f2fa3a70bf442afcd2747b (patch) | |
| tree | 3e222c7b968ef013445a78b338cbf8647450ffcd /unix/tclUnixTime.c | |
| parent | 20c444ceb73da2f79bedcc1056b43ebc29097ac0 (diff) | |
| parent | 635520e15497f1118c2c447befd2baea2c20e7a8 (diff) | |
| download | tcl-96c03b5753e5320201f2fa3a70bf442afcd2747b.zip tcl-96c03b5753e5320201f2fa3a70bf442afcd2747b.tar.gz tcl-96c03b5753e5320201f2fa3a70bf442afcd2747b.tar.bz2 | |
merge trunk
Diffstat (limited to 'unix/tclUnixTime.c')
| -rw-r--r-- | unix/tclUnixTime.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclUnixTime.c b/unix/tclUnixTime.c index 4452022..315bcf9 100644 --- a/unix/tclUnixTime.c +++ b/unix/tclUnixTime.c @@ -199,7 +199,7 @@ TclpWideClicksToNanoseconds( #ifdef MAC_OSX_TCL static mach_timebase_info_data_t tb; static uint64_t maxClicksForUInt64; - + if (!tb.denom) { mach_timebase_info(&tb); maxClicksForUInt64 = UINT64_MAX / tb.numer; |
