mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -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()
|
||||
<< "Unexpected EOF for subfile " << _name << ".\n";
|
||||
_flags |= SF_data_invalid;
|
||||
break;
|
||||
}
|
||||
write.put(byte);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user