mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-27 20:32:21 +01:00
Core/Server: Use nullptr instead of 0 where pointers are expected
This commit is contained in:
@@ -124,7 +124,7 @@ m_length(NULL)
|
||||
*m_rBind[fIndex].length);
|
||||
break;
|
||||
default:
|
||||
m_rows[uint32(m_rowPosition)][fIndex].SetByteValue(0,
|
||||
m_rows[uint32(m_rowPosition)][fIndex].SetByteValue(nullptr,
|
||||
m_rBind[fIndex].buffer_length,
|
||||
m_rBind[fIndex].buffer_type,
|
||||
*m_rBind[fIndex].length);
|
||||
|
||||
Reference in New Issue
Block a user