Fix overflow caused by signed long division by unsigned long.
authorYukiKita <kita.yuki@gmail.com>
Fri, 29 Jul 2016 00:25:17 +0000 (09:25 +0900)
committerYukiKita <kita.yuki@gmail.com>
Fri, 29 Jul 2016 00:25:17 +0000 (09:25 +0900)
commitbe6bb2b72608d7efbec13d06c67446e229136afa
tree4cd796d19398790a3093c04c768b190d954a6211
parent6ec0dcd1f7c02db47f23eb5cc400772ea095704b
Fix overflow caused by signed long division by unsigned long.
The over flow seems to occurr when the value of 'log_avg_msec' option is relatively large.
gettime.c