summaryrefslogtreecommitdiff
path: root/src/mswindows.c
diff options
context:
space:
mode:
authorhniksic <devnull@localhost>2003-09-20 16:12:18 -0700
committerhniksic <devnull@localhost>2003-09-20 16:12:18 -0700
commit7870937036a5eda44e746d8fa965aa8eb1c0b16e (patch)
tree8b5c617049164286d38e808b6eb440d3c37e65c1 /src/mswindows.c
parente7998ad916f5a0a0f5db79a9fe1ce555c4709c90 (diff)
downloadwget-7870937036a5eda44e746d8fa965aa8eb1c0b16e.tar.gz
[svn] Allow decimal values for --timeout, --wait, and --waitretry.
Message-ID: <m3llsjhx6t.fsf@hniksic.iskon.hr>
Diffstat (limited to 'src/mswindows.c')
-rw-r--r--src/mswindows.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mswindows.c b/src/mswindows.c
index 53219812..6cfc0555 100644
--- a/src/mswindows.c
+++ b/src/mswindows.c
@@ -74,7 +74,8 @@ sleep (unsigned seconds)
/* Emulation of Unix usleep(). This has a granularity of
milliseconds, but that's ok because:
- a) Wget is only using it with milliseconds;
+ a) Wget is only using it with milliseconds [not anymore, but b)
+ still applies];
b) You can't rely on usleep's granularity anyway. If a caller
expects usleep to respect every microsecond, he's in for a