mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 18:03:56 -04:00
unexpected EOF shouldn't spam
This commit is contained in:
parent
43d278daf6
commit
a4f9cbb389
@ -1375,6 +1375,7 @@ write_data(ostream &write, istream *read, streampos fpos) {
|
|||||||
express_cat.info()
|
express_cat.info()
|
||||||
<< "Unexpected EOF for subfile " << _name << ".\n";
|
<< "Unexpected EOF for subfile " << _name << ".\n";
|
||||||
_flags |= SF_data_invalid;
|
_flags |= SF_data_invalid;
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
write.put(byte);
|
write.put(byte);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user