Core/Server: Use nullptr instead of 0 where pointers are expected

This commit is contained in:
DDuarte
2014-08-09 21:32:26 +01:00
parent a394205eca
commit df3b08d140
39 changed files with 78 additions and 78 deletions

View File

@@ -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);