mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -04:00
*** empty log message ***
This commit is contained in:
parent
456e96a3d6
commit
8c04612fd4
@ -236,7 +236,7 @@ public:
|
|||||||
|
|
||||||
char* temp = new char[numBytes];
|
char* temp = new char[numBytes];
|
||||||
int numRead = PR_Read(_fhandle, temp, numBytes);
|
int numRead = PR_Read(_fhandle, temp, numBytes);
|
||||||
if(numRead<=0) {
|
if(numRead < 0) {
|
||||||
cerr << "PR_Read() in libnspr failed!\n";
|
cerr << "PR_Read() in libnspr failed!\n";
|
||||||
delete temp;
|
delete temp;
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user