mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 09:23:03 -04:00
*** empty log message ***
This commit is contained in:
parent
9d878d26de
commit
2d3a54843f
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user