From 2d3a54843fa4874aedf63b65060db0fcd4bab355 Mon Sep 17 00:00:00 2001 From: Mike Goslin Date: Sun, 10 Dec 2000 00:32:11 +0000 Subject: [PATCH] *** empty log message *** --- panda/src/downloader/downloader.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/panda/src/downloader/downloader.cxx b/panda/src/downloader/downloader.cxx index 5663573104..e6c9d4b320 100644 --- a/panda/src/downloader/downloader.cxx +++ b/panda/src/downloader/downloader.cxx @@ -487,8 +487,7 @@ attempt_read(int length, DownloadStatus &status, int &bytes_read) { // Make the request for length bytes int bytes; int ans = safe_receive(_socket, status, length, -// (long)downloader_timeout, bytes); - 8, bytes); + (long)downloader_timeout, bytes); bytes_read += bytes; switch (ans) {