Don't unnecessarily die when loading empty files

This was SVN commit r11449.
This commit is contained in:
Ykkrosh
2012-04-07 21:36:27 +00:00
parent 6b5034e313
commit b253cbbee6
2 changed files with 3 additions and 9 deletions
-1
View File
@@ -57,7 +57,6 @@ extern Status ReloadChangedFiles();
ERROR_GROUP(CVFSFile);
ERROR_TYPE(CVFSFile, LoadFailed);
ERROR_TYPE(CVFSFile, AlreadyLoaded);
ERROR_TYPE(CVFSFile, InvalidBufferAccess);
// Reads a file, then gives read-only access to the contents
class CVFSFile