mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
*** empty log message ***
This commit is contained in:
parent
066b7509dd
commit
9d878d26de
@ -499,7 +499,7 @@ attempt_read(int length, DownloadStatus &status, int &bytes_read) {
|
|||||||
// Try again
|
// Try again
|
||||||
break;
|
break;
|
||||||
case RS_success:
|
case RS_success:
|
||||||
nassertr(bytes_read == length, RS_error);
|
nassertr(bytes == length, RS_error);
|
||||||
return RS_success;
|
return RS_success;
|
||||||
default:
|
default:
|
||||||
downloader_cat.error()
|
downloader_cat.error()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user