Browse Source

unexpected EOF shouldn't spam

David Rose 23 years ago
parent
commit
a4f9cbb389
1 changed files with 1 additions and 0 deletions
  1. 1 0
      panda/src/express/multifile.cxx

+ 1 - 0
panda/src/express/multifile.cxx

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