Add minimum offset checking to FS Ptr

This commit is contained in:
2018-03-08 00:32:25 -06:00
parent b77a41abd2
commit af4ab51df4
3 changed files with 25 additions and 24 deletions

View File

@@ -18,4 +18,4 @@ void oxAssert(const char *file, int line, bool pass, const char *msg) {
std::abort();
}
#endif
}
}