more warning fixes

This commit is contained in:
Borja Ferrer
2006-08-18 19:08:51 +00:00
parent e2932fb61a
commit f3a833dd1b
17 changed files with 22 additions and 19 deletions

View File

@ -327,7 +327,7 @@ AtomicResult::AtomicResult()
{
m_IsFree = true;
m_CurRow = 1;
m_RowCount = NULL;
m_RowCount = 0;
m_Table = NULL;
m_AllocSize = 0;
}