Index: core/include/fxcrt/fx_basic.h |
diff --git a/core/include/fxcrt/fx_basic.h b/core/include/fxcrt/fx_basic.h |
index c5bb570fcabd06c4bbf763a68172144850f4a052..d4afcc64eb9d9837bed6ca6373be71324b3ee086 100644 |
--- a/core/include/fxcrt/fx_basic.h |
+++ b/core/include/fxcrt/fx_basic.h |
@@ -1065,7 +1065,7 @@ class CFX_ListArrayTemplate { |
T2& operator[](int32_t nIndex) { |
uint8_t* data = m_Data.GetAt(nIndex); |
- FXSYS_assert(data != NULL); |
+ FXSYS_assert(data); |
return (T2&)(*(volatile T2*)data); |
} |