This commit is contained in:
Shyotl
2014-11-22 22:20:32 -06:00
130 changed files with 2810 additions and 2321 deletions

View File

@@ -108,7 +108,7 @@ namespace {
mFile.close();
}
bool okay() { return mFile; }
bool okay() { return !!mFile; }
virtual bool wantsTime() { return true; }