Fix a typo, thanks to sss.nevan

--HG--
branch : trunk
This commit is contained in:
Machiavelli
2010-12-13 17:05:01 +01:00
parent d75eaf8e83
commit bd77fb6d47

View File

@@ -285,7 +285,7 @@ class DatabaseWorkerPool
void ExecuteOrAppend(SQLTransaction& trans, const char* sql)
{
if (trans.null())
Execute(stmt);
Execute(sql);
else
trans->Append(sql);
}