perhaps stupid zero-length file bug is fixed.
[feisty_meow.git] / nucleus / library / filesystem / huge_file.cpp
index bdc1522835e1a3956a6c5476ceb91d858b44f824..f452fd30e32bb93b923ee0749bfae72a116469b0 100644 (file)
@@ -43,6 +43,8 @@ huge_file::~huge_file()
   WHACK(_real_file);
 }
 
+const astring &huge_file::name() const { return _real_file->name(); }
+
 void huge_file::flush() { _real_file->flush(); }
 
 bool huge_file::truncate() { return _real_file->truncate(); }