Fixed this o_O

This commit is contained in:
Scott Ehlert
2006-09-02 08:08:05 +00:00
parent 78956f3d89
commit 2905217607
2 changed files with 5 additions and 1 deletions

View File

@ -138,7 +138,7 @@ bool SqliteResultSet::FieldNameToNum(const char *name, unsigned int *columnId)
if (columnId)
{
*columnId = -1;
*reinterpret_cast<int *>(columnId) = -1;
}
return false;