fixed amb692, sqlite crashed on GetString

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401230
This commit is contained in:
Borja Ferrer 2007-08-01 01:19:58 +00:00
parent ca4523b515
commit 7794209086

View File

@ -245,7 +245,7 @@ DBResult SqResults::GetString(unsigned int columnId, const char **pString, size_
ptr = "";
}
if (*pString)
if (pString)
{
*pString = ptr;
}