do the alarm time-left math using unsigned longs since that is what alarm()
authorDaniel Stenberg <daniel@haxx.se>
Wed, 5 May 2004 07:17:37 +0000 (07:17 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 5 May 2004 07:17:37 +0000 (07:17 +0000)
commit7591e07b7c3715d92cc6b4fce664883b3f50898f
treea5b50ca9863884c22b76467c95c3053916757197
parent35ab93f48462cf6e5dc06c58b21342cb6870cbef
do the alarm time-left math using unsigned longs since that is what alarm()
returns and uses as input and converting to signed generates warnings and
actually risks loss of accuracy
lib/url.c