More -Wpointer-arith fixes

This commit is contained in:
Luke Street
2026-02-28 19:38:29 -07:00
parent a4bf64a86e
commit f65e364fad
39 changed files with 84 additions and 84 deletions
+1 -1
View File
@@ -659,7 +659,7 @@ int daE_DF_c::Create() {
return cPhs_ERROR_e;
}
if (fopAcM_entrySolidHeap(this, useHeapInit, 0x1a40) == NULL) {
if (fopAcM_entrySolidHeap(this, useHeapInit, 0x1a40) == false) {
return cPhs_ERROR_e;
}