unexpected EOF shouldn't spam

This commit is contained in:
David Rose 2002-12-11 00:22:44 +00:00
parent 43d278daf6
commit a4f9cbb389

View File

@ -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);
}